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

commit 1e58e7d5d5b42514f869f9ac888212c5bc29343c
Author:     Brian Inglis <brian.ing...@systematicsw.ab.ca>
AuthorDate: Sat Feb 22 10:48:20 2025 -0700
Commit:     Corinna Vinschen <cori...@vinschen.de>
CommitDate: Mon Feb 24 11:34:37 2025 +0100

    Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 not implemented new 
additions
    
    Add unavailable POSIX additions to Not Implemented section.
    
    Signed-off-by: Brian Inglis <brian.ing...@systematicsw.ab.ca>

Diff:
---
 winsup/doc/posix.xml | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 31dbefd1fc48..f0dbcaefe921 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -1686,9 +1686,14 @@ ISO®/IEC DIS 9945 Information technology
 
 </sect1>
 
-<sect1 id="std-notimpl"><title>NOT implemented system interfaces from the 
Single Unix Specification, Volume 7:</title>
+<sect1 id="std-notimpl"><title>NOT implemented system interfaces from the 
Single UNIX® Specification Version 5:</title>
 
 <screen>
+    _Fork
+    dcgettext_l
+    dcngettext_l
+    dgettext_l
+    dngettext_l
     endnetent
     fattach
     fmtmsg
@@ -1700,17 +1705,25 @@ ISO®/IEC DIS 9945 Information technology
     getnetbyname
     getnetent
     getpmsg
+    getresgid
+    getresuid
+    gettext_l
     isastream
     mlockall
     munlockall
+    ngettext_l
     posix_mem_offset
     posix_trace[...]
     posix_typed_[...]
+    posix_typed_mem_get_info
+    posix_typed_mem_open
+    pthread_mutex_consistent
     pthread_mutexattr_getrobust
     pthread_mutexattr_setrobust
-    pthread_mutex_consistent
     putmsg
     setnetent
+    setresgid
+    setresuid
     ulimit
     waitid
 </screen>

Reply via email to