mirror of git://sourceware.org/git/glibc.git
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