mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Add ENOTDIR.
This commit is contained in:
parent
82f936a410
commit
184e1d450b
@ -47,6 +47,7 @@
|
||||
#define EPROTOTYPE 19
|
||||
#define ESRCH 20
|
||||
#define EPERM 21
|
||||
#define ENOTDIR 22
|
||||
#endif
|
||||
|
||||
#define __set_errno(val) errno = (val)
|
||||
|
Loading…
Reference in New Issue
Block a user