Explorar o código

修复libc_errno.h的bug

MLW %!s(int64=6) %!d(string=hai) anos
pai
achega
b7e672e096
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/libc/libc_errno.h

+ 1 - 1
include/libc/libc_errno.h

@@ -161,7 +161,7 @@ defined in armcc/errno.h
 #define EPROTONOSUPPORT (ERROR_BASE_NO + 93)
 #define ESOCKTNOSUPPORT (ERROR_BASE_NO + 94)
 #define EOPNOTSUPP      (ERROR_BASE_NO + 95)
-#define ENOTSUP         EOPNOTSUPP         )
+#define ENOTSUP         EOPNOTSUPP         
 #define EPFNOSUPPORT    (ERROR_BASE_NO + 96)
 #define EAFNOSUPPORT    (ERROR_BASE_NO + 97)
 #define EADDRINUSE      (ERROR_BASE_NO + 98)