]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/standalone/bits/errno.h
Update.
[thirdparty/glibc.git] / sysdeps / standalone / bits / errno.h
index 30eec4308de7a14e5fd0d907d00a4ac85da33e02..d4030b7f443a5851c1b4f80bc9d3672f78c48c0a 100644 (file)
@@ -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