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

commit 8fd4966195d5d3ac77eba42ce765aea7d165ede6
Author:     Brian Inglis <[email protected]>
AuthorDate: Mon Feb 24 11:40:53 2025 +0100
Commit:     Corinna Vinschen <[email protected]>
CommitDate: Mon Feb 24 11:41:17 2025 +0100

    Cygwin: winsup/doc/posix.xml: move wrongly sorted entries
    
    Fix some entries not in sorting order.
    
    Signed-off-by: Brian Inglis <[email protected]>

Diff:
---
 winsup/doc/posix.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 45d06b71d088..c66ec7e6b085 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -1464,10 +1464,10 @@ ISO®/IEC DIS 9945 Information technology
     pthread_tryjoin_np
     putwc_unlocked
     putwchar_unlocked
-    renameat2                  (see <xref linkend="std-notes">chapter 
"Implementation Notes"</xref>)
     quotactl
     rawmemchr
     removexattr
+    renameat2                  (see <xref linkend="std-notes">chapter 
"Implementation Notes"</xref>)
     scandirat
     sched_getaffinity
     sched_getcpu
@@ -1489,11 +1489,11 @@ ISO®/IEC DIS 9945 Information technology
     strverscmp
     sysinfo
     tdestroy
+    timegm
+    timelocal
     timerfd_create
     timerfd_gettime
     timerfd_settime
-    timegm
-    timelocal
     toascii_l
     updwtmpx
     utmpxname
@@ -1525,6 +1525,8 @@ ISO®/IEC DIS 9945 Information technology
     __fsetlocking
     __fwritable
     __fwriting
+    __xdrrec_getrec            (available in external "libtirpc" library)
+    __xdrrec_setnonblock       (available in external "libtirpc" library)
     acl
     aclcheck
     aclfrommode
@@ -1588,8 +1590,6 @@ ISO®/IEC DIS 9945 Information technology
     xdrrec_endofrecord         (available in external "libtirpc" library)
     xdrrec_eof                 (available in external "libtirpc" library)
     xdrrec_skiprecord          (available in external "libtirpc" library)
-    __xdrrec_getrec            (available in external "libtirpc" library)
-    __xdrrec_setnonblock       (available in external "libtirpc" library)
     xdrstdio_create            (available in external "libtirpc" library)
 </screen>

Reply via email to