aboutsummaryrefslogtreecommitdiffstats
path: root/nonposix.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-06-01 11:40:13 -0400
committerArnold D. Robbins <arnold@skeeve.com>2016-06-01 11:40:13 -0400
commit2da0144d45852d363fc25c85c5893e3f81f518bc (patch)
treef03cbb5402162ba1f0d21f50b777197e0458f2df /nonposix.h
parent473067f44b189619cb7abf4df092757ca9ff2a98 (diff)
parent2ec9d8362cb2d85891417c2ffd98ea74377b2c12 (diff)
downloadegawk-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nonposix.h b/nonposix.h
index 3a0510b1..3aae512c 100644
--- a/nonposix.h
+++ b/nonposix.h
@@ -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);