]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(ENOTTY): Added.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Dec 1997 02:55:11 +0000 (02:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Dec 1997 02:55:11 +0000 (02:55 +0000)
sysdeps/standalone/arm/bits/errno.h

index f5020dcb7eea0e476ee72077d5537ab95d8eac52..97dbbd9ce3519646e6b8278ce461c20fb5f1ff0a 100644 (file)
@@ -51,6 +51,7 @@
 # define ESTALE                23
 # define EISDIR                24
 # define EOPNOTSUPP    25      /* Operation not supported.  */
+# define ENOTTY                26
 #endif
 
 #define __set_errno(val) errno = (val)