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:
parent
4792146a0f
commit
ba4433e47f
|
@ -77,11 +77,6 @@ void setgrent (void);
|
||||||
void endgrent (void);
|
void endgrent (void);
|
||||||
#endif /* __BSD_VISIBLE || __XSI_VISIBLE >= 500 */
|
#endif /* __BSD_VISIBLE || __XSI_VISIBLE >= 500 */
|
||||||
#if __BSD_VISIBLE
|
#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);
|
int initgroups (const char *, gid_t);
|
||||||
#endif /* __BSD_VISIBLE */
|
#endif /* __BSD_VISIBLE */
|
||||||
#endif /* !__INSIDE_CYGWIN__ */
|
#endif /* !__INSIDE_CYGWIN__ */
|
||||||
|
|
Loading…
Reference in New Issue