X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fstrerror-override.h;fp=lib%2Fstrerror-override.h;h=5264fd5f395fb3135c1e980890ba31c70eb35308;hb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;hp=3b8f24b995daa9b391c3e9ebd43b1b622d1f54ba;hpb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;p=debian%2Fgzip diff --git a/lib/strerror-override.h b/lib/strerror-override.h index 3b8f24b..5264fd5 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-2013 Free Software Foundation, Inc. + Copyright (C) 2010-2016 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 @@ -48,7 +48,7 @@ || GNULIB_defined_EOWNERDEAD \ || GNULIB_defined_ENOTRECOVERABLE \ || GNULIB_defined_EILSEQ -extern const char *strerror_override (int errnum); +extern const char *strerror_override (int errnum) _GL_ATTRIBUTE_CONST; # else # define strerror_override(ignored) NULL # endif