aboutsummaryrefslogtreecommitdiffstats
path: root/nonposix.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-06-01 11:40:01 -0400
committerArnold D. Robbins <arnold@skeeve.com>2016-06-01 11:40:01 -0400
commit2ec9d8362cb2d85891417c2ffd98ea74377b2c12 (patch)
treece13ad6660d65559c4fdff3e44de99c44ef81d8b /nonposix.h
parent0e02913c51b1d737b4d283901e22c57b954e65ae (diff)
parent9867841a4767347cd89c9fd0127db3c7eaf943e6 (diff)
downloadegawk-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.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);