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

Diff for /src/include/dirent.h between version 1.28 and 1.29

version 1.28, 2012/03/24 01:53:51 version 1.29, 2012/11/29 02:15:44
Line 95 
Line 95 
     struct dirent **__restrict);      struct dirent **__restrict);
 #endif  #endif
 #if __POSIX_VISIBLE >= 200809  #if __POSIX_VISIBLE >= 200809
 int scandir(const char *, struct dirent ***, int (*)(struct dirent *),  int scandir(const char *, struct dirent ***, int (*)(const struct dirent *),
     int (*)(const struct dirent **, const struct dirent **));      int (*)(const struct dirent **, const struct dirent **));
 int alphasort(const struct dirent **, const struct dirent **);  int alphasort(const struct dirent **, const struct dirent **);
 #elif __BSD_VISIBLE  #elif __BSD_VISIBLE

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29