projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d2125
)
EILSEQ is an ISO C error number.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 11 Nov 1997 23:52:34 +0000
(23:52 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 11 Nov 1997 23:52:34 +0000
(23:52 +0000)
sysdeps/standalone/bits/errno.h
patch
|
blob
|
history
diff --git
a/sysdeps/standalone/bits/errno.h
b/sysdeps/standalone/bits/errno.h
index
30eec43
..
d4030b7
100644
(file)
--- a/
sysdeps/standalone/bits/errno.h
+++ b/
sysdeps/standalone/bits/errno.h
@@
-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