mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
(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
Block a user