public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] rtems/.../dirent.h: Add alphasort() prototype
@ 2018-03-13 14:12 Joel Sherrill
  0 siblings, 0 replies; only message in thread
From: Joel Sherrill @ 2018-03-13 14:12 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5b97e36239d0c9b9404b46571e6ad962b59fcbfe

commit 5b97e36239d0c9b9404b46571e6ad962b59fcbfe
Author: Joel Sherrill <joel@rtems.org>
Date:   Mon Mar 12 11:54:06 2018 -0500

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

Diff:
---
 newlib/libc/sys/rtems/include/sys/dirent.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/newlib/libc/sys/rtems/include/sys/dirent.h b/newlib/libc/sys/rtems/include/sys/dirent.h
index 47a0c8f..bedb4e4 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 *),


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-13 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 14:12 [newlib-cygwin] rtems/.../dirent.h: Add alphasort() prototype Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).