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

Diff for /src/include/dirent.h between version 1.34 and 1.35

version 1.34, 2016/09/09 18:12:37 version 1.35, 2024/04/15 15:47:58
Line 90 
Line 90 
 #if __POSIX_VISIBLE >= 200809  #if __POSIX_VISIBLE >= 200809
 int scandir(const char *, struct dirent ***, int (*)(const 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 scandirat(int, const char *, struct dirent ***,
       int (*)(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
 int scandir(const char *, struct dirent ***, int (*)(struct dirent *),  int scandir(const char *, struct dirent ***, int (*)(struct dirent *),

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35