public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Joel Sherrill <joel@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] rtems/.../dirent.h: Add alphasort() prototype
Date: Tue, 13 Mar 2018 14:12:00 -0000	[thread overview]
Message-ID: <20180313141203.51507.qmail@sourceware.org> (raw)

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 *),


                 reply	other threads:[~2018-03-13 14:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180313141203.51507.qmail@sourceware.org \
    --to=joel@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).