Add unavailable POSIX additions to Not Implemented section. Signed-off-by: Brian Inglis <brian.ing...@systematicsw.ab.ca> --- winsup/doc/posix.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 31dbefd1fc48..20d73120f5d6 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,26 @@ ISO®/IEC DIS 9945 Information technology getnetbyname getnetent getpmsg + getresgid + getresuid + gettext_l isastream mlockall munlockall + ngettext_l + posix_close 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> -- 2.45.1