From: Ulrich Drepper Date: Tue, 11 Nov 1997 23:52:34 +0000 (+0000) Subject: EILSEQ is an ISO C error number. X-Git-Tag: glibc-2.16-ports-before-merge~3379 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa94f8a58a4903eb566d1f9ad9a5fbae6e017a9f;p=thirdparty%2Fglibc.git EILSEQ is an ISO C error number. --- diff --git a/sysdeps/standalone/bits/errno.h b/sysdeps/standalone/bits/errno.h index 30eec4308de..d4030b7f443 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