]> Zhao Yanbai Git Server - minix.git/commitdiff
Add ENOTSUP error code
authorErik van der Kouwe <erik@minix3.org>
Thu, 7 Jan 2010 09:53:31 +0000 (09:53 +0000)
committerErik van der Kouwe <erik@minix3.org>
Thu, 7 Jan 2010 09:53:31 +0000 (09:53 +0000)
include/errno.h
man/man2/intro.2

index 41467474a905d6c7f1921d5857c05e74215feaf7..4edca7a441eef17ede11aac4a8a6b5591abd3e26 100644 (file)
@@ -106,6 +106,7 @@ extern int errno;             /* place where the error numbers go */
 #define ENOTSOCK      (_SIGN 74)  /* Socket operation on non-socket */
 #define ENOPROTOOPT   (_SIGN 75)  /* Protocol not available */
 #define EOPNOTSUPP    (_SIGN 76)  /* Operation not supported */
+#define ENOTSUP       EOPNOTSUP   /* Not supported */
 #define ENETDOWN      (_SIGN 77)  /* network is down */
 
 /* The following are not POSIX errors, but they can still happen. 
index ad62b9c7dd141afb432992c0556874f8c0d2fbe4..a7d1f4639d9f42162dbd146bdafbef510275927c 100644 (file)
@@ -258,7 +258,7 @@ A path name lookup involved too many symbolic links.
 .en 73 EMSGSIZE "Message too long
 .en 74 ENOTSOCK "Socket operation on non-socket
 .en 75 ENOPROTOOPT "Protocol not available
-.en 76 EOPNOTSUPP "Operation not supported
+.en 76 EOPNOTSUPP "Operation not supported (has alias ENOTSUP)
 .en 77 ENETDOWN "Network is down
 .ig
 .en XXX EDQUOT "Disc quota exceeded"