summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/grp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libc/include/grp.h b/newlib/libc/include/grp.h
index 145e4ee40..ee75d3fe1 100644
--- a/newlib/libc/include/grp.h
+++ b/newlib/libc/include/grp.h
@@ -77,11 +77,6 @@ void setgrent (void);
void endgrent (void);
#endif /* __BSD_VISIBLE || __XSI_VISIBLE >= 500 */
#if __BSD_VISIBLE
-#ifndef __CYGWIN__
-char *group_from_gid (gid_t, int);
-void setgrfile (const char *);
-int setgroupent (int);
-#endif /* !__CYGWIN__ */
int initgroups (const char *, gid_t);
#endif /* __BSD_VISIBLE */
#endif /* !__INSIDE_CYGWIN__ */