am 19e30fc4: am a1c0f08d: Merge "Fix a ENOTUP/ENOTSUP typo."

* commit '19e30fc41030ab0524134b097dfef88baea14f4a':
  Fix a ENOTUP/ENOTSUP typo.
This commit is contained in:
Elliott Hughes 2012-08-02 16:07:41 -07:00 committed by Android Git Automerger
commit 82dcfee5fc

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