Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/e2fs_lib.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 9  Line 9 
9  /* Constants and structures */  /* Constants and structures */
10  #include "e2fs_defs.h"  #include "e2fs_defs.h"
11    
12  #if __GNUC_PREREQ(4,1)  PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 # pragma GCC visibility push(hidden)  
 #endif  
13    
14  /* Iterate a function on each entry of a directory */  /* Iterate a function on each entry of a directory */
15  int iterate_on_dir(const char *dir_name,  int iterate_on_dir(const char *dir_name,
16   int (*func)(const char *, struct dirent *, void *),   int FAST_FUNC (*func)(const char *, struct dirent *, void *),
17   void *private);   void *private);
18    
19  /* Get/set a file version on an ext2 file system */  /* Get/set a file version on an ext2 file system */
# Line 46  extern const char e2attr_flags_sname[]; Line 44  extern const char e2attr_flags_sname[];
44  #define e2attr_flags_sname_chattr (&e2attr_flags_sname[1])  #define e2attr_flags_sname_chattr (&e2attr_flags_sname[1])
45  #endif  #endif
46    
47  #if __GNUC_PREREQ(4,1)  POP_SAVED_FUNCTION_VISIBILITY
 # pragma GCC visibility pop  
 #endif  

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