diff options
Diffstat (limited to 'newlib/libc/include/grp.h')
-rw-r--r-- | newlib/libc/include/grp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/include/grp.h b/newlib/libc/include/grp.h index e652b29f2..48a3d63b2 100644 --- a/newlib/libc/include/grp.h +++ b/newlib/libc/include/grp.h @@ -63,6 +63,7 @@ struct group { extern "C" { #endif +#ifndef __INSIDE_CYGWIN__ struct group *getgrgid (gid_t); struct group *getgrnam (const char *); int getgrnam_r (const char *, struct group *, @@ -80,6 +81,7 @@ int setgroupent (int); int initgroups (const char *, gid_t); #endif /* !_XOPEN_SOURCE */ #endif /* !_POSIX_SOURCE */ +#endif /* !__INSIDE_CYGWIN__ */ #ifdef __cplusplus } |