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

index 391f92548f3044a6dee9c6f53fa13eb9d858f95b..373d701bc3b965294f1f9f81421e77e14f1e89f0 100644 (file)
@@ -56,6 +56,7 @@
 # define EIO           28
 # define ENOSPC                29
 # define EEXIST                30
+# define EBUSY         31
 #endif
 
 #define __set_errno(val) errno = (val)