Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/include/grp_.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 15  Line 15 
15     You should have received a copy of the GNU Lesser General Public     You should have received a copy of the GNU Lesser General Public
16     License along with the GNU C Library; if not, write to the Free     License along with the GNU C Library; if not, write to the Free
17     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18     02111-1307 USA.  */     02111-1307 USA.
19     */
20  /*  /*
21   * POSIX Standard: 9.2.1 Group Database Access <grp.h>   * POSIX Standard: 9.2.1 Group Database Access <grp.h>
22   */   */
23    #ifndef BB_GRP_H
24    #define BB_GRP_H 1
25    
26  #ifndef BB_GRP_H  PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 #define BB_GRP_H 1  
   
 #if __GNUC_PREREQ(4,1)  
 # pragma GCC visibility push(hidden)  
 #endif  
27    
28  /* This file is #included after #include <grp.h>  /* This file is #included after #include <grp.h>
29   * We will use libc-defined structures, but will #define function names   * We will use libc-defined structures, but will #define function names
# Line 115  extern int getgrouplist(const char *__us Line 112  extern int getgrouplist(const char *__us
112     of which USER is a member.  Also include GROUP.  */     of which USER is a member.  Also include GROUP.  */
113  extern int initgroups(const char *__user, gid_t __group);  extern int initgroups(const char *__user, gid_t __group);
114    
115  #if __GNUC_PREREQ(4,1)  POP_SAVED_FUNCTION_VISIBILITY
 # pragma GCC visibility pop  
 #endif  
116    
117  #endif  #endif

Legend:
Removed from v.983  
changed lines
  Added in v.984