VirtualBox

Ignore:
Timestamp:
Feb 25, 2010 2:30:14 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58031
Message:

RTPipe: Implemented the posix variant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp

    r26344 r26774  
    443443        case EDOOFUS:           return VERR_INTERNAL_ERROR;
    444444#endif
    445 
     445#ifdef ENOTSUP
     446# ifndef EOPNOTSUPP
     447        case ENOTSUP:           return VERR_NOT_SUPPORTED;
     448# else
     449#  if ENOTSUP != EOPNOTSUPP
     450        case ENOTSUP:           return VERR_NOT_SUPPORTED;
     451#  endif
     452# endif
     453#endif
    446454        default:
    447455            AssertMsgFailed(("Unhandled error code %d\n", uNativeCode));
Note: See TracChangeset for help on using the changeset viewer.

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