fix missing ENOTSUP error code
authorRich Felker <dalias@aerifal.cx>
Fri, 11 Mar 2011 14:50:54 +0000 (09:50 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 11 Mar 2011 14:50:54 +0000 (09:50 -0500)
arch/i386/bits/errno.h
arch/x86_64/bits/errno.h

index ec3d363..c75720e 100644 (file)
@@ -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
index ec3d363..c75720e 100644 (file)
@@ -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