Changeset 2423 for trunk/src/kash/show.c


Ignore:
Timestamp:
Oct 18, 2010, 1:43:35 AM (15 years ago)
Author:
bird
Message:

kash: made the SHFILE_IN_USE mode work on unix (because openbsd has a very hackish pthread library).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/show.c

    r2376 r2423  
    516516                        want_fd = ((want_fd + 1) / 2) - 1;
    517517                }
     518                shfile_cloexec(&psh->fdtab, psh->tracefd, 1 /* close it */);
    518519        }
    519520        if (psh->tracefd == -1) {
Note: See TracChangeset for help on using the changeset viewer.