- Timestamp:
- Jun 10, 2007, 8:10:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/sys/tcpipver.c
r3372 r3382 376 376 { 377 377 pFHNew->core.fFlags = pFHSocket->core.fFlags; 378 pFHNew->core.fFlags &= ~((FD_CLOEXEC << __LIBC_FH_FDFLAGS_SHIFT) | O_NOINHERIT); 378 379 pFHNew->core.iLookAhead = pFHSocket->core.iLookAhead; 379 380 pFHNew->core.Inode = pFHSocket->core.Inode;
Note:
See TracChangeset
for help on using the changeset viewer.