Changeset 24001 in vbox for trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
- Timestamp:
- Oct 22, 2009 8:23:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r23973 r24001 234 234 # elif defined(RT_OS_DARWIN) 235 235 if (fOpen & RTFILE_O_NO_CACHE) 236 iErr = fcntl(fh, F_NOCACHE );236 iErr = fcntl(fh, F_NOCACHE, 1); 237 237 # endif 238 238 if (iErr < 0)
Note:
See TracChangeset
for help on using the changeset viewer.