am 25be7400: Merge "Fix a ENOTUP/ENOTSUP typo"

* commit '25be7400a9b0cf205a2188663e137610feb12111':
  Fix a ENOTUP/ENOTSUP typo
This commit is contained in:
Andrew Hsieh
2012-12-05 06:05:04 -08:00
committed by Android Git Automerger

View File

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