aboutsummaryrefslogtreecommitdiffstats
path: root/nonposix.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-07 20:56:57 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-07 20:56:57 +0200
commited5e0e468ca758d963b5370ec83f56725087d4f4 (patch)
tree6ff753ddf047e6a23c7fe15c88ae689bdaaa6fc9 /nonposix.h
parent04601220d136004d188b392945a475cedcaacb03 (diff)
parente886bf34a4e42095824a2b14c40cb19efa80390f (diff)
downloadegawk-ed5e0e468ca758d963b5370ec83f56725087d4f4.tar.gz
egawk-ed5e0e468ca758d963b5370ec83f56725087d4f4.tar.bz2
egawk-ed5e0e468ca758d963b5370ec83f56725087d4f4.zip
Merge branch 'gawk-4.1-stable'
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__)