From 88c6afdf1c83a7ea51225fbb173d910533c51bb0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 1 Jun 2016 11:28:15 -0400 Subject: Keep nonposix.h from bothering things on POSIX systems. --- nonposix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nonposix.h') 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); -- cgit v1.2.3