mirror of git://sourceware.org/git/glibc.git
(EBUSY): Added.
This commit is contained in:
parent
7eaf35c740
commit
60688571b0
|
|
@ -56,6 +56,7 @@
|
|||
# define EIO 28
|
||||
# define ENOSPC 29
|
||||
# define EEXIST 30
|
||||
# define EBUSY 31
|
||||
#endif
|
||||
|
||||
#define __set_errno(val) errno = (val)
|
||||
|
|
|
|||
Loading…
Reference in New Issue