Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-03-12 19:54:06 +0300
committerJoel Sherrill <joel@rtems.org>2018-03-13 17:11:47 +0300
commit5b97e36239d0c9b9404b46571e6ad962b59fcbfe (patch)
treec75d2d1682903892905dd8e86c0e819587108c22 /newlib
parent4564b30f331a067e71b25308ac7c8a85ceb4b122 (diff)
rtems/.../dirent.h: Add alphasort() prototype
Diffstat (limited to 'newlib')
-rw-r--r--newlib/libc/sys/rtems/include/sys/dirent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/rtems/include/sys/dirent.h b/newlib/libc/sys/rtems/include/sys/dirent.h
index 47a0c8fe5..bedb4e484 100644
--- a/newlib/libc/sys/rtems/include/sys/dirent.h
+++ b/newlib/libc/sys/rtems/include/sys/dirent.h
@@ -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 *),