Changeset 33044 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Oct 11, 2010 4:30:54 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/threads/plevent.c
r30135 r33044 863 863 return PR_FAILURE; 864 864 } 865 #ifdef VBOX 866 fcntl(self->eventPipe[0], F_SETFD, FD_CLOEXEC); 867 fcntl(self->eventPipe[1], F_SETFD, FD_CLOEXEC); 868 #endif 865 869 866 870 /* make the pipe nonblocking */
Note:
See TracChangeset
for help on using the changeset viewer.