summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-05-02 06:02:11 +0000
committerjasone <jasone@FreeBSD.org>2000-05-02 06:02:11 +0000
commit7f69d42c1e1f556dd9f1a5fd3056c1f5d8aa8702 (patch)
treedd8525a97efddeedf65e3a438249ecdc41280f82 /sys
parent9b0438a751e81af7b39f89d355ead44a8b556c73 (diff)
downloadFreeBSD-src-7f69d42c1e1f556dd9f1a5fd3056c1f5d8aa8702.zip
FreeBSD-src-7f69d42c1e1f556dd9f1a5fd3056c1f5d8aa8702.tar.gz
Add ENOTSUP, which is specified as an error return value for various
POSIX/SUSv2 functions.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/errno.h b/sys/sys/errno.h
index b8ba98a..aacaa3d 100644
--- a/sys/sys/errno.h
+++ b/sys/sys/errno.h
@@ -108,6 +108,7 @@ __END_DECLS
#define EPROTONOSUPPORT 43 /* Protocol not supported */
#define ESOCKTNOSUPPORT 44 /* Socket type not supported */
#define EOPNOTSUPP 45 /* Operation not supported */
+#define ENOTSUP EOPNOTSUPP /* Operation not supported */
#define EPFNOSUPPORT 46 /* Protocol family not supported */
#define EAFNOSUPPORT 47 /* Address family not supported by protocol family */
#define EADDRINUSE 48 /* Address already in use */
OpenPOWER on IntegriCloud