Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/include/pwd_.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 21  Line 21 
21   * POSIX Standard: 9.2.2 User Database Access <pwd.h>   * POSIX Standard: 9.2.2 User Database Access <pwd.h>
22   */   */
23    
24  #ifndef BB_PWD_H  #ifndef BB_PWD_H
25  #define BB_PWD_H 1  #define BB_PWD_H 1
26    
27  #if __GNUC_PREREQ(4,1)  PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 # pragma GCC visibility push(hidden)  
 #endif  
28    
29  /* This file is #included after #include <pwd.h>  /* This file is #included after #include <pwd.h>
30   * We will use libc-defined structures, but will #define function names   * We will use libc-defined structures, but will #define function names
# Line 107  extern int fgetpwent_r(FILE *__restrict Line 105  extern int fgetpwent_r(FILE *__restrict
105     will expect, but this need not be the format of the password file.  */     will expect, but this need not be the format of the password file.  */
106  /* UNUSED extern int getpw(uid_t __uid, char *__buffer); */  /* UNUSED extern int getpw(uid_t __uid, char *__buffer); */
107    
108  #if __GNUC_PREREQ(4,1)  POP_SAVED_FUNCTION_VISIBILITY
 # pragma GCC visibility pop  
 #endif  
109    
110  #endif /* pwd.h  */  #endif /* pwd.h  */

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