about summary refs log tree commit diff
path: root/sysdeps/standalone/bits/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/standalone/bits/errno.h')
-rw-r--r--sysdeps/standalone/bits/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/standalone/bits/errno.h b/sysdeps/standalone/bits/errno.h
index 30eec4308d..d4030b7f44 100644
--- 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