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/shfile.h

    r2416 r2423  
    132132void shfile_fork_win(shfdtab *pfdtab, int set, intptr_t *hndls);
    133133void *shfile_exec_win(shfdtab *pfdtab, int prepare, unsigned short *sizep, intptr_t *hndls);
     134int shfile_exec_unix(shfdtab *pfdtab);
    134135
    135136int shfile_open(shfdtab *, const char *, unsigned, mode_t);
Note: See TracChangeset for help on using the changeset viewer.