mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
(ENOTTY): Added.
This commit is contained in:
parent
53b18c667b
commit
17bba157e3
@ -51,6 +51,7 @@
|
|||||||
# define ESTALE 23
|
# define ESTALE 23
|
||||||
# define EISDIR 24
|
# define EISDIR 24
|
||||||
# define EOPNOTSUPP 25 /* Operation not supported. */
|
# define EOPNOTSUPP 25 /* Operation not supported. */
|
||||||
|
# define ENOTTY 26
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define __set_errno(val) errno = (val)
|
#define __set_errno(val) errno = (val)
|
||||||
|
Loading…
Reference in New Issue
Block a user