[BACK]Return to dirent.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/dirent.h between version 1.24 and 1.25

version 1.24, 2011/07/18 17:29:49 version 1.25, 2012/03/22 01:13:40
Line 119 
Line 119 
     int (*)(struct dirent *), int (*)(const void *, const void *));      int (*)(struct dirent *), int (*)(const void *, const void *));
 int alphasort(const void *, const void *);  int alphasort(const void *, const void *);
 #endif  #endif
   #if __POSIX_VISIBLE >= 200809 || __XPG_VISIBLE > 600
   int (dirfd)(DIR *);
   #endif
 __END_DECLS  __END_DECLS
   
 #endif /* !_KERNEL */  #endif /* !_KERNEL */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25