From 3fa6f02daabc1bf2cc21f7854c4af990627a8863 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 4 Nov 2016 09:48:28 +0200 Subject: Improve behavior on MS-Windows when stdout is redirected to a pipe. --- nonposix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nonposix.h') diff --git a/nonposix.h b/nonposix.h index 3aae512c..b3497891 100644 --- a/nonposix.h +++ b/nonposix.h @@ -55,6 +55,7 @@ unsigned int getegid (void); /* gawkmisc.pc */ int unsetenv (const char *); int setenv (const char *, const char *, int); +void w32_maybe_set_errno (void); #endif /* __MINGW32__ */ #if defined(VMS) || defined(__DJGPP__) || defined(__MINGW32__) -- cgit v1.2.3