X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrerror-override.h;h=64686813668b241f3eb5ef18f15af19ae718da4e;hb=618fd97d05ba9f1411536c887dbeebe3807c055a;hp=566530fb15d3172915cae03dde2455fbe9326f16;hpb=fb6d0f4e8516dc938de05c495a11decba5396530;p=gnulib.git diff --git a/lib/strerror-override.h b/lib/strerror-override.h index 566530fb1..646868136 100644 --- a/lib/strerror-override.h +++ b/lib/strerror-override.h @@ -30,6 +30,7 @@ describing the error. Otherwise return NULL. */ # if REPLACE_STRERROR_0 \ || GNULIB_defined_ESOCK \ + || GNULIB_defined_ESTREAMS \ || GNULIB_defined_EWINSOCK \ || GNULIB_defined_ENOMSG \ || GNULIB_defined_EIDRM \ @@ -45,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