Skip to content

Commit 2d69172

Browse files
authored
[kernel] Fix ENOTSUP issue.
1 parent 903bc1f commit 2d69172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libc/libc_errno.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ defined in armcc/errno.h
161161
#define EPROTONOSUPPORT (ERROR_BASE_NO + 93)
162162
#define ESOCKTNOSUPPORT (ERROR_BASE_NO + 94)
163163
#define EOPNOTSUPP (ERROR_BASE_NO + 95)
164-
#define ENOTSUP EOPNOTSUPP )
164+
#define ENOTSUP EOPNOTSUPP
165165
#define EPFNOSUPPORT (ERROR_BASE_NO + 96)
166166
#define EAFNOSUPPORT (ERROR_BASE_NO + 97)
167167
#define EADDRINUSE (ERROR_BASE_NO + 98)

0 commit comments

Comments
 (0)