rtems/.../dirent.h: Add alphasort() prototype

This commit is contained in:
Joel Sherrill 2018-03-12 11:54:06 -05:00
parent 4564b30f33
commit 5b97e36239
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ struct dirent {
#define MAXNAMLEN NAME_MAX
#endif
int alphasort(const struct dirent **, const struct dirent **);
int scandir ( const char *dirname,
struct dirent *** namelist,
int (*select)(const struct dirent *),