public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/topic/posix_acl_funcs] include/grp.h: Remove prototypes of non-standard functions
@ 2016-02-08 14:54 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2016-02-08 14:54 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ba4433e47fd8859e8f65775497ab17aba12fcb33

commit ba4433e47fd8859e8f65775497ab17aba12fcb33
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Jan 29 13:39:57 2016 +0100

    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>

Diff:
---
 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 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__ */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-08 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 14:54 [newlib-cygwin/topic/posix_acl_funcs] include/grp.h: Remove prototypes of non-standard functions Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).