Fix a ENOTUP/ENOTSUP typo.
Change-Id: Ifa347a09a2aa1f505965ae7c1383fd0caf95793c
This commit is contained in:
parent
994935f64c
commit
ecb53eab4b
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user