diff options
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); |