Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/libcoreutils/coreutils.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 4  Line 4 
4   */   */
5    
6  #ifndef COREUTILS_H  #ifndef COREUTILS_H
7  #define COREUTILS_H 1  #define COREUTILS_H 1
8    
9  #if __GNUC_PREREQ(4,1)  PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 # pragma GCC visibility push(hidden)  
 #endif  
10    
11  typedef int (*stat_func)(const char *fn, struct stat *ps);  typedef int (*stat_func)(const char *fn, struct stat *ps);
12    
# Line 17  int cp_mv_stat(const char *fn, struct st Line 15  int cp_mv_stat(const char *fn, struct st
15    
16  mode_t getopt_mk_fifo_nod(char **argv) FAST_FUNC;  mode_t getopt_mk_fifo_nod(char **argv) FAST_FUNC;
17    
18  #if __GNUC_PREREQ(4,1)  POP_SAVED_FUNCTION_VISIBILITY
 # pragma GCC visibility pop  
 #endif  
19    
20  #endif  #endif

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