X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ferrno.in.h;h=87a4857a7c50dfb09ea3716bc75deeaf28773de5;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=4fba101c01cdf2f0539e38675c7db0a5987a7f49;hpb=f6c2431e873d1c9972f97cb610ab26491d626410;p=gnulib.git diff --git a/lib/errno.in.h b/lib/errno.in.h index 4fba101c0..87a4857a7 100644 --- a/lib/errno.in.h +++ b/lib/errno.in.h @@ -1,6 +1,6 @@ /* A POSIX-like . - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -270,5 +270,10 @@ # define GNULIB_defined_ENOTRECOVERABLE 1 # endif +# ifndef EILSEQ +# define EILSEQ 2015 +# define GNULIB_defined_EILSEQ 1 +# endif + #endif /* _@GUARD_PREFIX@_ERRNO_H */ #endif /* _@GUARD_PREFIX@_ERRNO_H */