Changeset 59278 in vbox
- Timestamp:
- Jan 7, 2016 2:57:24 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104921
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r58389 r59278 1276 1276 else if ( errno == EAGAIN 1277 1277 # ifdef EWOULDBLOCK 1278 # if EWOULDBLOCK != EAGAIN 1278 1279 || errno == EWOULDBLOCK 1280 # endif 1279 1281 # endif 1280 1282 ) … … 1332 1334 else if ( errno == EAGAIN 1333 1335 # ifdef EWOULDBLOCK 1336 # if EWOULDBLOCK != EAGAIN 1334 1337 || errno == EWOULDBLOCK 1338 # endif 1335 1339 # endif 1336 1340 )
Note:
See TracChangeset
for help on using the changeset viewer.