diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-01 11:40:13 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-01 11:40:13 -0400 |
commit | 2da0144d45852d363fc25c85c5893e3f81f518bc (patch) | |
tree | f03cbb5402162ba1f0d21f50b777197e0458f2df /nonposix.h | |
parent | 473067f44b189619cb7abf4df092757ca9ff2a98 (diff) | |
parent | 2ec9d8362cb2d85891417c2ffd98ea74377b2c12 (diff) | |
download | egawk-2da0144d45852d363fc25c85c5893e3f81f518bc.tar.gz egawk-2da0144d45852d363fc25c85c5893e3f81f518bc.tar.bz2 egawk-2da0144d45852d363fc25c85c5893e3f81f518bc.zip |
Merge branch 'master' into feature/cmake
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); |