X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisatty.c;h=43dd5d7b9d6909cbd4207cb21eea73dc6249ebc2;hb=bdaf232db994e039e47c1eefb27ff197390ce95e;hp=2ecdd5494a4c1ad082ec6d3e1af9afedec01e807;hpb=96269bbd2c9c35940341c978261587bdf3bcda78;p=gnulib.git diff --git a/lib/isatty.c b/lib/isatty.c index 2ecdd5494..43dd5d7b9 100644 --- a/lib/isatty.c +++ b/lib/isatty.c @@ -37,7 +37,7 @@ #define IsConsoleHandle(h) (((intptr_t) (h) & 3) == 3) #if HAVE_MSVC_INVALID_PARAMETER_HANDLER -static inline int +static int _isatty_nothrow (int fd) { int result;