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 <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-01-29 13:39:57 +01:00
parent 4792146a0f
commit ba4433e47f
1 changed files with 0 additions and 5 deletions

View File

@ -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__ */