diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-07 20:57:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-07 20:57:19 +0200 |
commit | 85a7b0820be8172ad8af797cf70cf21164aef5a4 (patch) | |
tree | fe26c0bfbccd30850d58a01345a37b34f64933bd /nonposix.h | |
parent | ef068f4b9c00e44960ce8bf3c8c43eb7ea9869ed (diff) | |
parent | ed5e0e468ca758d963b5370ec83f56725087d4f4 (diff) | |
download | egawk-85a7b0820be8172ad8af797cf70cf21164aef5a4.tar.gz egawk-85a7b0820be8172ad8af797cf70cf21164aef5a4.tar.bz2 egawk-85a7b0820be8172ad8af797cf70cf21164aef5a4.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'nonposix.h')
-rw-r--r-- | nonposix.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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__) |