Searched defs:FDSYNC (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c60 #undef FDSYNC macro
61 #define FDSYNC 11 /* used on sys5 to synchronize cleanup */ macro
134 close(FDSYNC);
448 /* move write end of pipe into FDSYNC */
449 if(pv[1] != FDSYNC)
451 close(FDSYNC);
452 if(fcntl(pv[1],F_DUPFD,FDSYNC) != FDSYNC)

Completed in 16 milliseconds