X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fstrerror-override.c;fp=lib%2Fstrerror-override.c;h=d0ed2fb86ae0441d0389876af6abf7e190fd7e75;hb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;hp=9f55cfa9ac42217a02e6d25bf6d843cdab8d9114;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/lib/strerror-override.c b/lib/strerror-override.c index 9f55cfa..d0ed2fb 100644 --- a/lib/strerror-override.c +++ b/lib/strerror-override.c @@ -1,6 +1,6 @@ /* strerror-override.c --- 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 @@ -291,6 +291,11 @@ strerror_override (int errnum) return "State not recoverable"; #endif +#if GNULIB_defined_EILSEQ + case EILSEQ: + return "Invalid or incomplete multibyte or wide character"; +#endif + default: return NULL; }