We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903bc1f commit 2d69172Copy full SHA for 2d69172
include/libc/libc_errno.h
@@ -161,7 +161,7 @@ defined in armcc/errno.h
161
#define EPROTONOSUPPORT (ERROR_BASE_NO + 93)
162
#define ESOCKTNOSUPPORT (ERROR_BASE_NO + 94)
163
#define EOPNOTSUPP (ERROR_BASE_NO + 95)
164
-#define ENOTSUP EOPNOTSUPP )
+#define ENOTSUP EOPNOTSUPP
165
#define EPFNOSUPPORT (ERROR_BASE_NO + 96)
166
#define EAFNOSUPPORT (ERROR_BASE_NO + 97)
167
#define EADDRINUSE (ERROR_BASE_NO + 98)
0 commit comments