Merge "Fix a ENOTUP/ENOTSUP typo"

This commit is contained in:
Andrew Hsieh
2012-12-05 05:03:31 -08:00
committed by Gerrit Code Review

View File

@@ -36,7 +36,7 @@ __BEGIN_DECLS
/* on Linux, ENOTSUP and EOPNOTSUPP are defined as the same error code /* on Linux, ENOTSUP and EOPNOTSUPP are defined as the same error code
* even if 1000.3 states that they should be different * even if 1000.3 states that they should be different
*/ */
#ifndef ENOTUP #ifndef ENOTSUP
#define ENOTSUP EOPNOTSUPP #define ENOTSUP EOPNOTSUPP
#endif #endif