X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fstrerror-override.h;fp=lib%2Fstrerror-override.h;h=3b8f24b995daa9b391c3e9ebd43b1b622d1f54ba;hb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;hp=fe1fb2c22926fa1339d23579ea1236a4b0a747ac;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/lib/strerror-override.h b/lib/strerror-override.h index fe1fb2c..3b8f24b 100644 --- a/lib/strerror-override.h +++ b/lib/strerror-override.h @@ -1,6 +1,6 @@ /* strerror-override.h --- POSIX compatible system error routine - Copyright (C) 2010-2012 Free Software Foundation, Inc. + Copyright (C) 2010-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 @@ -46,7 +46,8 @@ || GNULIB_defined_EDQUOT \ || GNULIB_defined_ECANCELED \ || GNULIB_defined_EOWNERDEAD \ - || GNULIB_defined_ENOTRECOVERABLE + || GNULIB_defined_ENOTRECOVERABLE \ + || GNULIB_defined_EILSEQ extern const char *strerror_override (int errnum); # else # define strerror_override(ignored) NULL