Changeset 5581 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Oct 31, 2007 5:50:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r4372 r5581 122 122 fOpenMode |= O_NOINHERIT; 123 123 #endif 124 #if ndef O_NONBLOCK124 #ifdef O_NONBLOCK 125 125 if (fOpen & RTFILE_O_NON_BLOCK) 126 fOpenMode |= O_NONBLOCK 126 fOpenMode |= O_NONBLOCK; 127 127 #endif 128 128 #ifdef O_SYNC
Note:
See TracChangeset
for help on using the changeset viewer.