diff --git a/libc/include/errno.h b/libc/include/errno.h index 2b2685af4..e1b15c04d 100644 --- a/libc/include/errno.h +++ b/libc/include/errno.h @@ -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