- Timestamp:
- Jun 10, 2007, 8:10:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/kNIX/os2/tcpipver.c
r3372 r3382 367 367 { 368 368 pFHNew->core.fFlags = pFHSocket->core.fFlags; 369 pFHNew->core.fFlags &= ~((FD_CLOEXEC << __LIBC_FH_FDFLAGS_SHIFT) | O_NOINHERIT); 369 370 pFHNew->core.iLookAhead = pFHSocket->core.iLookAhead; 370 371 pFHNew->core.Inode = pFHSocket->core.Inode;
Note:
See TracChangeset
for help on using the changeset viewer.