diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-01 11:40:01 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-01 11:40:01 -0400 |
commit | 2ec9d8362cb2d85891417c2ffd98ea74377b2c12 (patch) | |
tree | ce13ad6660d65559c4fdff3e44de99c44ef81d8b /nonposix.h | |
parent | 0e02913c51b1d737b4d283901e22c57b954e65ae (diff) | |
parent | 9867841a4767347cd89c9fd0127db3c7eaf943e6 (diff) | |
download | egawk-2ec9d8362cb2d85891417c2ffd98ea74377b2c12.tar.gz egawk-2ec9d8362cb2d85891417c2ffd98ea74377b2c12.tar.bz2 egawk-2ec9d8362cb2d85891417c2ffd98ea74377b2c12.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'nonposix.h')
-rw-r--r-- | nonposix.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,7 +57,9 @@ int unsetenv (const char *); int setenv (const char *, const char *, int); #endif /* __MINGW32__ */ +#if defined(VMS) || defined(__DJGPP__) || defined(__MINGW32__) int getpgrp(void); +#endif #if defined(__DJGPP__) || defined(__MINGW32__) int getppid(void); |