diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-12-01 22:42:07 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-12-01 22:42:07 +0200 |
commit | f77e1318c515d495ac9c08bdfdf2dadf79a9649f (patch) | |
tree | 10811b68fc7b1af1909213db7b991d79e580c0a9 /nonposix.h | |
parent | 4285d605b8c0cbe4e0b15724af1b4bd223f25403 (diff) | |
download | egawk-f77e1318c515d495ac9c08bdfdf2dadf79a9649f.tar.gz egawk-f77e1318c515d495ac9c08bdfdf2dadf79a9649f.tar.bz2 egawk-f77e1318c515d495ac9c08bdfdf2dadf79a9649f.zip |
Convert w32_maybe_set_errno to os_maybe_set_errno.
Diffstat (limited to 'nonposix.h')
-rw-r--r-- | nonposix.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -56,7 +56,6 @@ unsigned int getegid (void); /* gawkmisc.pc */ int unsetenv (const char *); int setenv (const char *, const char *, int); -void w32_maybe_set_errno (void); char *w32_setlocale (int, const char *); /* libintl.h from GNU gettext defines setlocale to redirect that to its own function. Note: this will have to be revisited if MinGW |