aboutsummaryrefslogtreecommitdiffstats
path: root/nonposix.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-07 20:57:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-07 20:57:50 +0200
commitbfa38f60f445595a37f5d9dbfb93b4379945d0f5 (patch)
tree7aaab48314c4d605399101c09f5beda44c2c7ab6 /nonposix.h
parent99fb2a4c290eaf98d9b44d05908579b8423c0940 (diff)
parented5e0e468ca758d963b5370ec83f56725087d4f4 (diff)
downloadegawk-bfa38f60f445595a37f5d9dbfb93b4379945d0f5.tar.gz
egawk-bfa38f60f445595a37f5d9dbfb93b4379945d0f5.tar.bz2
egawk-bfa38f60f445595a37f5d9dbfb93b4379945d0f5.zip
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'nonposix.h')
-rw-r--r--nonposix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nonposix.h b/nonposix.h
index 0a1c24c8..cbc4f499 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__)