diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-01-29 13:39:57 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-01-29 13:39:57 +0100 |
commit | ba4433e47fd8859e8f65775497ab17aba12fcb33 (patch) | |
tree | 56d5e7d8a7fb1b59277d3380f529ed282c3c7be9 | |
parent | 4792146a0f20d23be523b5b57be6f037c0c9c00d (diff) | |
download | newlib-ba4433e47fd8859e8f65775497ab17aba12fcb33.zip newlib-ba4433e47fd8859e8f65775497ab17aba12fcb33.tar.gz newlib-ba4433e47fd8859e8f65775497ab17aba12fcb33.tar.bz2 |
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>
-rw-r--r-- | newlib/libc/include/grp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libc/include/grp.h b/newlib/libc/include/grp.h index 145e4ee..ee75d3f 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__ */ |