From ba4433e47fd8859e8f65775497ab17aba12fcb33 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 29 Jan 2016 13:39:57 +0100 Subject: [PATCH] include/grp.h: Remove prototypes of non-standard functions * libc/include/grp.h (group_from_gid): Remove prototype. (setgrfile): Ditto. (setgroupent): Ditto. Signed-off-by: Corinna Vinschen --- newlib/libc/include/grp.h | 5 ----- 1 file changed, 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__ */