mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-17 14:10:10 +00:00
EILSEQ is an ISO C error number.
This commit is contained in:
parent
d2d2125ecd
commit
fa94f8a58a
@ -23,6 +23,7 @@
|
||||
#define __Emath_defined 1
|
||||
|
||||
# define EDOM 1
|
||||
# define EILSEQ 17
|
||||
# define ERANGE 2
|
||||
#endif
|
||||
|
||||
@ -41,7 +42,6 @@
|
||||
# define ENOMSG 14
|
||||
# define E2BIG 15
|
||||
# define EINTR 16
|
||||
# define EILSEQ 17
|
||||
# define ENOEXEC 18
|
||||
# define ENOENT 19
|
||||
# define EPROTOTYPE 20
|
||||
|
Loading…
Reference in New Issue
Block a user