mirror of
git://git.musl-libc.org/musl
synced 2025-02-15 02:17:01 +00:00
fix missing ENOTSUP error code
This commit is contained in:
parent
f1821fce81
commit
cabf2ff349
@ -93,6 +93,7 @@
|
||||
#define EPROTONOSUPPORT 93
|
||||
#define ESOCKTNOSUPPORT 94
|
||||
#define EOPNOTSUPP 95
|
||||
#define ENOTSUP EOPNOTSUPP
|
||||
#define EPFNOSUPPORT 96
|
||||
#define EAFNOSUPPORT 97
|
||||
#define EADDRINUSE 98
|
||||
|
@ -93,6 +93,7 @@
|
||||
#define EPROTONOSUPPORT 93
|
||||
#define ESOCKTNOSUPPORT 94
|
||||
#define EOPNOTSUPP 95
|
||||
#define ENOTSUP EOPNOTSUPP
|
||||
#define EPFNOSUPPORT 96
|
||||
#define EAFNOSUPPORT 97
|
||||
#define EADDRINUSE 98
|
||||
|
Loading…
Reference in New Issue
Block a user