(EBUSY): Added.

This commit is contained in:
Ulrich Drepper 1997-12-22 18:56:55 +00:00
parent 7eaf35c740
commit 60688571b0

View File

@ -56,6 +56,7 @@
# define EIO 28
# define ENOSPC 29
# define EEXIST 30
# define EBUSY 31
#endif
#define __set_errno(val) errno = (val)