projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eaf35c
)
(EBUSY): Added.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 22 Dec 1997 18:56:55 +0000
(18:56 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 22 Dec 1997 18:56:55 +0000
(18:56 +0000)
sysdeps/standalone/arm/bits/errno.h
patch
|
blob
|
history
diff --git
a/sysdeps/standalone/arm/bits/errno.h
b/sysdeps/standalone/arm/bits/errno.h
index
391f925
..
373d701
100644
(file)
--- a/
sysdeps/standalone/arm/bits/errno.h
+++ b/
sysdeps/standalone/arm/bits/errno.h
@@
-56,6
+56,7
@@
# define EIO 28
# define ENOSPC 29
# define EEXIST 30
+# define EBUSY 31
#endif
#define __set_errno(val) errno = (val)