* commit '82dcfee5fcd5243ff9df2aa7497e83dd567b6f95': Fix a ENOTUP/ENOTSUP typo.
This commit is contained in:
commit
79d834b5ab
@ -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…
Reference in New Issue
Block a user