Changeset 31316 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 2, 2010 3:36:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp
r31103 r31316 5 5 6 6 /* 7 * Copyright (C) 2006-20 09Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 431 431 #endif 432 432 #if defined(EWOULDBLOCK) && (EWOULDBLOCK != EAGAIN) 433 case EWOULDBLOCK 433 case EWOULDBLOCK: return VERR_TRY_AGAIN; 434 434 #endif 435 435
Note:
See TracChangeset
for help on using the changeset viewer.