]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add ENOTDIR.
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Jun 1997 23:09:10 +0000 (23:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Jun 1997 23:09:10 +0000 (23:09 +0000)
sysdeps/standalone/arm/bits/errno.h

index 8090a8074d743d8571d02aacee7a5b07c51f3581..49a4998cf8a9bc869f9e36da13608b9b46e7f859 100644 (file)
@@ -47,6 +47,7 @@
 #define EPROTOTYPE     19
 #define ESRCH          20
 #define EPERM          21
+#define ENOTDIR         22
 #endif
 
 #define __set_errno(val) errno = (val)