VirtualBox

Changeset 5581 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Oct 31, 2007 5:50:02 PM (17 years ago)
Author:
vboxsync
Message:

Fixed O_NONBLOCK / RTFILE_O_NON_BLOCK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp

    r4372 r5581  
    122122        fOpenMode |= O_NOINHERIT;
    123123#endif
    124 #ifndef O_NONBLOCK
     124#ifdef O_NONBLOCK
    125125    if (fOpen & RTFILE_O_NON_BLOCK)
    126         fOpenMode |= O_NONBLOCK
     126        fOpenMode |= O_NONBLOCK;
    127127#endif
    128128#ifdef O_SYNC
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette