The following issue has been SUBMITTED. ====================================================================== https://austingroupbugs.net/view.php?id=1891 ====================================================================== Reported By: larryv Assigned To: ====================================================================== Project: Online Pubs Issue ID: 1891 Category: Base Definitions Type: Omission Severity: Editorial Priority: normal Status: New Name: Lawrence Velázquez Organization: User Reference: URL: see "Desired Action" Section: see "Desired Action" ====================================================================== Date Submitted: 2024-12-12 03:31 UTC Last Modified: 2024-12-12 03:31 UTC ====================================================================== Summary: Many function references lack "()" suffix Description: Many function references that have a "()" suffix in the PDF version lack it in the HTML version. I don't know if there's a rationale behind this, but it creates inconsistency between the PDF and HTML versions and between the references that drop "()" in the HTML version and those that retain it.
(It also bucks the typographical conventions, although I know those are not normative.) Desired Action: In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap02.html#tag_02_01_01 (2.1.1 Requirements), change:<blockquote>See XSH <i>confstr</i> .</blockquote>to:<blockquote>See XSH <i>confstr</i>().</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap03.html#tag_03_141 (3.141 File Descriptor), change:<blockquote>(see <i>sysconf</i> )</blockquote>to:<blockquote>(see <i>sysconf</i>())</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap03.html#tag_03_181 (3.181 Job Control), change:<blockquote>(see for example <i>setpgid</i> )</blockquote>to:<blockquote>(see for example <i>setpgid</i>())</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap03.html#tag_03_386 (3.386 Text Domain), change:<blockquote>the <i>bindtextdomain</i> and <i>gettext</i> family of functions</blockquote>to:<blockquote>the <i>bindtextdomain</i>() and <i>gettext</i> family of functions</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap04.html#tag_04_11 (4.11 File System Cache), change:<blockquote>(see <i>write</i> )</blockquote>to:<blockquote>(see <i>write</i>())</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap04.html#tag_04_23 (4.23 Treatment of Error Conditions for Mathematical Functions), change:<blockquote>as implied by XSH <i>feraiseexcept</i> ,</blockquote>to:<blockquote>as implied by XSH <i>feraiseexcept</i>(),</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap04.html#tag_04_26_01 (4 General Concepts - Footnotes), change:<blockquote>(see XSH <i>rename</i> )</blockquote>to:<blockquote>(see XSH <i>rename</i>())</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap08.html#tag_08_01 (8.1 Environment Variable Definition), change:<blockquote>See <i>getenv</i> and XCU <i>2.13 Shell Execution Environment</i> for methods of accessing these variables.</blockquote>to:<blockquote>See <i>getenv</i>() and XCU <i>2.13 Shell Execution Environment</i> for methods of accessing these variables.</blockquote>and change:<blockquote>(see <i>getenv</i> )</blockquote>to:<blockquote>(see <i>getenv</i>())</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap08.html#tag_08_03 (8.3 Other Environment Variables), change 2 instances of:<blockquote>(see XSH <i>tcgetwinsize</i> )</blockquote>to:<blockquote>(see XSH <i>tcgetwinsize</i>())</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap11.html#tag_11_01_01 (11.1.1 Opening a Terminal Device File), change:<blockquote>Opening the subsidiary side of a pseudo-terminal; see XSH <i>ptsname</i> .</blockquote>to:<blockquote>Opening the subsidiary side of a pseudo-terminal; see XSH <i>ptsname</i>().</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/aio.h.html (<aio.h>), change:<blockquote>XSH <i>aio_cancel</i> , <i>aio_error</i> , <i>aio_fsync</i> , <i>aio_read</i> , <i>aio_return</i> , <i>aio_suspend</i> , <i>aio_write</i> , <i>fsync</i> , <i>lio_listio</i> , <i>lseek</i> , <i>read</i> , <i>write</i></blockquote>to:<blockquote>XSH <i>aio_cancel</i>(), <i>aio_error</i>(), <i>aio_fsync</i>(), <i>aio_read</i>(), <i>aio_return</i>(), <i>aio_suspend</i>(), <i>aio_write</i>(), <i>fsync</i>(), <i>lio_listio</i>(), <i>lseek</i>(), <i>read</i>(), <i>write</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/arpa_inet.h.html (<arpa/inet.h>), change:<blockquote>XSH <i>htonl</i> , <i>inet_addr</i> , <i>inet_ntop</i></blockquote>to:<blockquote>XSH <i>htonl</i>(), <i>inet_addr</i>(), <i>inet_ntop</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/assert.h.html (<assert.h>), change:<blockquote>XSH <i>assert</i></blockquote>to:<blockquote>XSH <i>assert</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/complex.h.html (<complex.h>), change:<blockquote>XSH <i>CMPLX</i> , <i>cabs</i> , <i>cacos</i> , <i>cacosh</i> , <i>carg</i> , <i>casin</i> , <i>casinh</i> , <i>catan</i> , <i>catanh</i> , <i>ccos</i> , <i>ccosh</i> , <i>cexp</i> , <i>cimag</i> , <i>clog</i> , <i>conj</i> , <i>cpow</i> , <i>cproj</i> , <i>creal</i> , <i>csin</i> , <i>csinh</i> , <i>csqrt</i> , <i>ctan</i> , <i>ctanh</i></blockquote>to:<blockquote>XSH <i>CMPLX</i>(), <i>cabs</i>(), <i>cacos</i>(), <i>cacosh</i>(), <i>carg</i>(), <i>casin</i>(), <i>casinh</i>(), <i>catan</i>(), <i>catanh</i>(), <i>ccos</i>(), <i>ccosh</i>(), <i>cexp</i>(), <i>cimag</i>(), <i>clog</i>(), <i>conj</i>(), <i>cpow</i>(), <i>cproj</i>(), <i>creal</i>(), <i>csin</i>(), <i>csinh</i>(), <i>csqrt</i>(), <i>ctan</i>(), <i>ctanh</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/ctype.h.html (<ctype.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>isalnum</i> , <i>isalpha</i> , <i>isblank</i> , <i>iscntrl</i> , <i>isdigit</i> , <i>isgraph</i> , <i>islower</i> , <i>isprint</i> , <i>ispunct</i> , <i>isspace</i> , <i>isupper</i> , <i>isxdigit</i> , <i>mblen</i> , <i>mbstowcs</i> , <i>mbtowc</i> , <i>setlocale</i> , <i>tolower</i> , <i>toupper</i> , <i>wcstombs</i> , <i>wctomb</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>isalnum</i>(), <i>isalpha</i>(), <i>isblank</i>(), <i>iscntrl</i>(), <i>isdigit</i>(), <i>isgraph</i>(), <i>islower</i>(), <i>isprint</i>(), <i>ispunct</i>(), <i>isspace</i>(), <i>isupper</i>(), <i>isxdigit</i>(), <i>mblen</i>(), <i>mbstowcs</i>(), <i>mbtowc</i>(), <i>setlocale</i>(), <i>tolower</i>(), <i>toupper</i>(), <i>wcstombs</i>(), <i>wctomb</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/devctl.h.html (<devctl.h>), change:<blockquote>XSH <i>posix_devctl</i></blockquote>to:<blockquote>XSH <i>posix_devctl</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/dirent.h.html (<dirent.h>), change (twice):<blockquote>the RATIONALE for <i>posix_getdents</i> .</blockquote>to:<blockquote>the RATIONALE for <i>posix_getdents</i>().</blockquote>and change:<blockquote>XSH <i>alphasort</i> , <i>closedir</i> , <i>dirfd</i> , <i>fdopendir</i> , <i>posix_getdents</i> , <i>readdir</i> , <i>rewinddir</i> , <i>seekdir</i> , <i>telldir</i></blockquote>to:<blockquote>XSH <i>alphasort</i>(), <i>closedir</i>(), <i>dirfd</i>(), <i>fdopendir</i>(), <i>posix_getdents</i>(), <i>readdir</i>(), <i>rewinddir</i>(), <i>seekdir</i>(), <i>telldir</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/dlfcn.h.html (<dlfcn.h>), change:<blockquote>XSH <i>dladdr</i> , <i>dlclose</i> , <i>dlerror</i> , <i>dlopen</i> , <i>dlsym</i></blockquote>to:<blockquote>XSH <i>dladdr</i>(), <i>dlclose</i>(), <i>dlerror</i>(), <i>dlopen</i>(), <i>dlsym</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/endian.h.html (<endian.h>), change:<blockquote>XSH <i>be16toh</i> , <i>htonl</i> , <i>swab</i></blockquote>to:<blockquote>XSH <i>be16toh</i>(), <i>htonl</i>(), <i>swab</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fcntl.h.html (<fcntl.h>), change:<blockquote>See the FUTURE DIRECTIONS section for <i>open</i> .</blockquote>to:<blockquote>See the FUTURE DIRECTIONS section for <i>open</i>().</blockquote>and change:<blockquote>XSH <i>creat</i> , <i>exec</i> , <i>fcntl</i> , <i>futimens</i> , <i>open</i> , <i>posix_fadvise</i> , <i>posix_fallocate</i> , <i>posix_madvise</i></blockquote>to:<blockquote>XSH <i>creat</i>(), <i>exec</i>(), <i>fcntl</i>(), <i>futimens</i>(), <i>open</i>(), <i>posix_fadvise</i>(), <i>posix_fallocate</i>(), <i>posix_madvise</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fenv.h.html (<fenv.h>), change:<blockquote>XSH <i>feclearexcept</i> , <i>fegetenv</i> , <i>fegetexceptflag</i> , <i>fegetround</i> , <i>feholdexcept</i> , <i>feraiseexcept</i> , <i>fetestexcept</i> , <i>feupdateenv</i></blockquote>to:<blockquote>XSH <i>feclearexcept</i>(), <i>fegetenv</i>(), <i>fegetexceptflag</i>(), <i>fegetround</i>(), <i>feholdexcept</i>(), <i>feraiseexcept</i>(), <i>fetestexcept</i>(), <i>feupdateenv</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fmtmsg.h.html (<fmtmsg.h>), change:<blockquote>XSH <i>fmtmsg</i></blockquote>to:<blockquote>XSH <i>fmtmsg</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fnmatch.h.html (<fnmatch.h>), change:<blockquote>XSH <i>fnmatch</i></blockquote>to:<blockquote>XSH <i>fnmatch</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/ftw.h.html (<ftw.h>), change:<blockquote>XSH <i>nftw</i></blockquote>to:<blockquote>XSH <i>nftw</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/glob.h.html (<glob.h>), change:<blockquote>XSH <i>glob</i></blockquote>to:<blockquote>XSH <i>glob</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/grp.h.html (<grp.h>), change:<blockquote>XSH <i>endgrent</i> , <i>getgrgid</i> , <i>getgrnam</i></blockquote>to:<blockquote>XSH <i>endgrent</i>(), <i>getgrgid</i>(), <i>getgrnam</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/iconv.h.html (<iconv.h>), change:<blockquote>XSH <i>iconv</i> , <i>iconv_close</i> , <i>iconv_open</i></blockquote>to:<blockquote>XSH <i>iconv</i>(), <i>iconv_close</i>(), <i>iconv_open</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/inttypes.h.html (<inttypes.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>imaxabs</i> , <i>imaxdiv</i> , <i>strtoimax</i> , <i>wcstoimax</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>imaxabs</i>(), <i>imaxdiv</i>(), <i>strtoimax</i>(), <i>wcstoimax</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/langinfo.h.html (<langinfo.h>), change:<blockquote>XSH <i>nl_langinfo</i> , <i>localeconv</i> , <i>strfmon</i> , <i>strftime</i></blockquote>to:<blockquote>XSH <i>nl_langinfo</i>(), <i>localeconv</i>(), <i>strfmon</i>(), <i>strftime</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/libintl.h.html (<libintl.h>), change:<blockquote>XSH <i>gettext</i> , <i>bindtextdomain</i></blockquote>to:<blockquote>XSH <i>gettext</i>(), <i>bindtextdomain</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/libgen.h.html (<libgen.h>), change:<blockquote>XSH <i>basename</i> , <i>dirname</i></blockquote>to:<blockquote>XSH <i>basename</i>(), <i>dirname</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/limits.h.html (<limits.h>), change:<blockquote>See XSH <i>sysconf</i> .</blockquote>to:<blockquote>See XSH <i>sysconf</i>().</blockquote>and change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>fpathconf</i> , <i>getrlimit</i> , <i>sysconf</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>fpathconf</i>(), <i>getrlimit</i>(), <i>sysconf</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/locale.h.html (<locale.h>), change:<blockquote>XSH <i>duplocale</i> , <i>freelocale</i> , <i>getlocalename_l</i> , <i>localeconv</i> , <i>newlocale</i> , <i>setlocale</i> , <i>uselocale</i></blockquote>to:<blockquote>XSH <i>duplocale</i>(), <i>freelocale</i>(), <i>getlocalename_l</i>(), <i>localeconv</i>(), <i>newlocale</i>(), <i>setlocale</i>(), <i>uselocale</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/math.h.html (<math.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>acos</i> , <i>acosh</i> , <i>asin</i> , <i>asinh</i> , <i>atan</i> , <i>atan2</i> , <i>atanh</i> , <i>cbrt</i> , <i>ceil</i> , <i>copysign</i> , <i>cos</i> , <i>cosh</i> , <i>erf</i> , <i>erfc</i> , <i>exp</i> , <i>exp2</i> , <i>expm1</i> , <i>fabs</i> , <i>fdim</i> , <i>floor</i> , <i>fma</i> , <i>fmax</i> , <i>fmin</i> , <i>fmod</i> , <i>fpclassify</i> , <i>frexp</i> , <i>hypot</i> , <i>ilogb</i> , <i>isfinite</i> , <i>isgreater</i> , <i>isinf</i> , <i>isnan</i> , <i>isnormal</i> , <i>isunordered</i> , <i>j0</i> , <i>ldexp</i> , <i>lgamma</i> , <i>llrint</i> , <i>llround</i> , <i>log</i> , <i>log10</i> , <i>log1p</i> , <i>log2</i> , <i>logb</i> , <i>lrint</i> , <i>lround</i> , <i>modf</i> , <i>nan</i> , <i>nearbyint</i> , <i>nextafter</i> , <i>pow</i> , <i>remainder</i> , <i>remquo</i> , <i>rint</i> , <i>round</i> , <i>scalbln</i> , <i>signbit</i> , <i>sin</i> , <i>sinh</i> , <i>sqrt</i> , <i>tan</i> , <i>tanh</i> , <i>tgamma</i> , <i>trunc</i> , <i>y0</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>acos</i>(), <i>acosh</i>(), <i>asin</i>(), <i>asinh</i>(), <i>atan</i>(), <i>atan2</i>(), <i>atanh</i>(), <i>cbrt</i>(), <i>ceil</i>(), <i>copysign</i>(), <i>cos</i>(), <i>cosh</i>(), <i>erf</i>(), <i>erfc</i>(), <i>exp</i>(), <i>exp2</i>(), <i>expm1</i>(), <i>fabs</i>(), <i>fdim</i>(), <i>floor</i>(), <i>fma</i>(), <i>fmax</i>(), <i>fmin</i>(), <i>fmod</i>(), <i>fpclassify</i>(), <i>frexp</i>(), <i>hypot</i>(), <i>ilogb</i>(), <i>isfinite</i>(), <i>isgreater</i>(), <i>isinf</i>(), <i>isnan</i>(), <i>isnormal</i>(), <i>isunordered</i>(), <i>j0</i>(), <i>ldexp</i>(), <i>lgamma</i>(), <i>llrint</i>(), <i>llround</i>(), <i>log</i>(), <i>log10</i>(), <i>log1p</i>(), <i>log2</i>(), <i>logb</i>(), <i>lrint</i>(), <i>lround</i>(), <i>modf</i>(), <i>nan</i>(), <i>nearbyint</i>(), <i>nextafter</i>(), <i>pow</i>(), <i>remainder</i>(), <i>remquo</i>(), <i>rint</i>(), <i>round</i>(), <i>scalbln</i>(), <i>signbit</i>(), <i>sin</i>(), <i>sinh</i>(), <i>sqrt</i>(), <i>tan</i>(), <i>tanh</i>(), <i>tgamma</i>(), <i>trunc</i>(), <i>y0</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/monetary.h.html (<monetary.h>), change:<blockquote>XSH <i>strfmon</i></blockquote>to:<blockquote>XSH <i>strfmon</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/mqueue.h.html (<mqueue.h>), change:<blockquote>XSH <i>mq_close</i> , <i>mq_getattr</i> , <i>mq_notify</i> , <i>mq_open</i> , <i>mq_receive</i> , <i>mq_send</i> , <i>mq_setattr</i> , <i>mq_unlink</i></blockquote>to:<blockquote>XSH <i>mq_close</i>(), <i>mq_getattr</i>(), <i>mq_notify</i>(), <i>mq_open</i>(), <i>mq_receive</i>(), <i>mq_send</i>(), <i>mq_setattr</i>(), <i>mq_unlink</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/ndbm.h.html (<ndbm.h>), change:<blockquote>XSH <i>dbm_clearerr</i></blockquote>to:<blockquote>XSH <i>dbm_clearerr</i>()<br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/net_if.h.html (<net/if.h>), change:<blockquote>XSH <i>if_freenameindex</i> , <i>if_indextoname</i> , <i>if_nameindex</i> , <i>if_nametoindex</i></blockquote>to:<blockquote>XSH <i>if_freenameindex</i>(), <i>if_indextoname</i>(), <i>if_nameindex</i>(), <i>if_nametoindex</i>()</blockquote></blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/netdb.h.html (<netdb.h>), change:<blockquote>(see XSH <i>freeaddrinfo</i> )</blockquote>to:<blockquote>(see XSH <i>freeaddrinfo</i>())</blockquote>and change:<blockquote>XSH <i>bind</i> , <i>endhostent</i> , <i>endnetent</i> , <i>endprotoent</i> , <i>endservent</i> , <i>freeaddrinfo</i> , <i>gai_strerror</i> , <i>getnameinfo</i></blockquote>to:<blockquote>XSH <i>bind</i>(), <i>endhostent</i>(), <i>endnetent</i>(), <i>endprotoent</i>(), <i>endservent</i>(), <i>freeaddrinfo</i>(), <i>gai_strerror</i>(), <i>getnameinfo</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/netinet_in.h.html (<netinet/in.h>), change:<blockquote>XSH <i>bind</i> , <i>connect</i> , <i>getsockopt</i> , <i>htonl</i> , <i>sendmsg</i> , <i>sendto</i> , <i>setsockopt</i></blockquote>to:<blockquote>XSH <i>bind</i>(), <i>connect</i>(), <i>getsockopt</i>(), <i>htonl</i>(), <i>sendmsg</i>(), <i>sendto</i>(), <i>setsockopt</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/netinet_tcp.h.html (<netinet/tcp.h>), change:<blockquote>XSH <i>getsockopt</i> , <i>setsockopt</i></blockquote>to:<blockquote>XSH <i>getsockopt</i>(), <i>setsockopt</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/nl_types.h.html (<nl_types.h>), change:<blockquote>XSH <i>catclose</i> , <i>catgets</i> , <i>catopen</i> , <i>nl_langinfo</i></blockquote>to:<blockquote>XSH <i>catclose</i>(), <i>catgets</i>(), <i>catopen</i>(), <i>nl_langinfo</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/poll.h.html (<poll.h>), change:<blockquote>XSH <i>confstr</i> , <i>poll</i></blockquote>to:<blockquote>XSH <i>confstr</i>(), <i>poll</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pthread.h.html (<pthread.h>), change:<blockquote>XSH <i>pthread_atfork</i> , <i>pthread_attr_destroy</i> , <i>pthread_attr_getdetachstate</i> , <i>pthread_attr_getguardsize</i> , <i>pthread_attr_getinheritsched</i> , <i>pthread_attr_getschedparam</i> , <i>pthread_attr_getschedpolicy</i> , <i>pthread_attr_getscope</i> , <i>pthread_attr_getstack</i> , <i>pthread_attr_getstacksize</i> , <i>pthread_barrier_destroy</i> , <i>pthread_barrier_wait</i> , <i>pthread_barrierattr_destroy</i> , <i>pthread_barrierattr_getpshared</i> , <i>pthread_cancel</i> , <i>pthread_cleanup_pop</i> , <i>pthread_cond_broadcast</i> , <i>pthread_cond_clockwait</i> , <i>pthread_cond_destroy</i> , <i>pthread_condattr_destroy</i> , <i>pthread_condattr_getclock</i> , <i>pthread_condattr_getpshared</i> , <i>pthread_create</i> , <i>pthread_detach</i> , <i>pthread_equal</i> , <i>pthread_exit</i> , <i>pthread_getcpuclockid</i> , <i>pthread_getschedparam</i> , <i>pthread_getspecific</i> , <i>pthread_join</i> , <i>pthread_key_create</i> , <i>pthread_key_delete</i> , <i>pthread_mutex_clocklock</i> , <i>pthread_mutex_consistent</i> , <i>pthread_mutex_destroy</i> , <i>pthread_mutex_getprioceiling</i> , <i>pthread_mutex_lock</i> , <i>pthread_mutexattr_destroy</i> , <i>pthread_mutexattr_getprioceiling</i> , <i>pthread_mutexattr_getprotocol</i> , <i>pthread_mutexattr_getpshared</i> , <i>pthread_mutexattr_getrobust</i> , <i>pthread_mutexattr_gettype</i> , <i>pthread_once</i> , <i>pthread_rwlock_clockrdlock</i> , <i>pthread_rwlock_clockwrlock</i> , <i>pthread_rwlock_destroy</i> , <i>pthread_rwlock_rdlock</i> , <i>pthread_rwlock_trywrlock</i> , <i>pthread_rwlock_unlock</i> , <i>pthread_rwlockattr_destroy</i> , <i>pthread_rwlockattr_getpshared</i> , <i>pthread_self</i> , <i>pthread_setcancelstate</i> , <i>pthread_setschedprio</i> , <i>pthread_spin_destroy</i> , <i>pthread_spin_lock</i> , <i>pthread_spin_unlock</i></blockquote>to:<blockquote>XSH <i>pthread_atfork</i>(), <i>pthread_attr_destroy</i>(), <i>pthread_attr_getdetachstate</i>(), <i>pthread_attr_getguardsize</i>(), <i>pthread_attr_getinheritsched</i>(), <i>pthread_attr_getschedparam</i>(), <i>pthread_attr_getschedpolicy</i>(), <i>pthread_attr_getscope</i>(), <i>pthread_attr_getstack</i>(), <i>pthread_attr_getstacksize</i>(), <i>pthread_barrier_destroy</i>(), <i>pthread_barrier_wait</i>(), <i>pthread_barrierattr_destroy</i>(), <i>pthread_barrierattr_getpshared</i>(), <i>pthread_cancel</i>(), <i>pthread_cleanup_pop</i>(), <i>pthread_cond_broadcast</i>(), <i>pthread_cond_clockwait</i>(), <i>pthread_cond_destroy</i>(), <i>pthread_condattr_destroy</i>(), <i>pthread_condattr_getclock</i>(), <i>pthread_condattr_getpshared</i>(), <i>pthread_create</i>(), <i>pthread_detach</i>(), <i>pthread_equal</i>(), <i>pthread_exit</i>(), <i>pthread_getcpuclockid</i>(), <i>pthread_getschedparam</i>(), <i>pthread_getspecific</i>(), <i>pthread_join</i>(), <i>pthread_key_create</i>(), <i>pthread_key_delete</i>(), <i>pthread_mutex_clocklock</i>(), <i>pthread_mutex_consistent</i>(), <i>pthread_mutex_destroy</i>(), <i>pthread_mutex_getprioceiling</i>(), <i>pthread_mutex_lock</i>(), <i>pthread_mutexattr_destroy</i>(), <i>pthread_mutexattr_getprioceiling</i>(), <i>pthread_mutexattr_getprotocol</i>(), <i>pthread_mutexattr_getpshared</i>(), <i>pthread_mutexattr_getrobust</i>(), <i>pthread_mutexattr_gettype</i>(), <i>pthread_once</i>(), <i>pthread_rwlock_clockrdlock</i>(), <i>pthread_rwlock_clockwrlock</i>(), <i>pthread_rwlock_destroy</i>(), <i>pthread_rwlock_rdlock</i>(), <i>pthread_rwlock_trywrlock</i>(), <i>pthread_rwlock_unlock</i>(), <i>pthread_rwlockattr_destroy</i>(), <i>pthread_rwlockattr_getpshared</i>(), <i>pthread_self</i>(), <i>pthread_setcancelstate</i>(), <i>pthread_setschedprio</i>(), <i>pthread_spin_destroy</i>(), <i>pthread_spin_lock</i>(), <i>pthread_spin_unlock</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pwd.h.html (<pwd.h>), change:<blockquote>XSH <i>endpwent</i> , <i>getpwnam</i> , <i>getpwuid</i></blockquote>to:<blockquote>XSH <i>endpwent</i>(), <i>getpwnam</i>(), <i>getpwuid</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/regex.h.html (<regex.h>), change:<blockquote>XSH <i>regcomp</i></blockquote>to:<blockquote>XSH <i>regcomp</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html (<sched.h>), change:<blockquote>XSH <i>sched_get_priority_max</i> , <i>sched_getparam</i> , <i>sched_getscheduler</i> , <i>sched_rr_get_interval</i> , <i>sched_setparam</i> , <i>sched_setscheduler</i> , <i>sched_yield</i></blockquote>to:<blockquote>XSH <i>sched_get_priority_max</i>(), <i>sched_getparam</i>(), <i>sched_getscheduler</i>(), <i>sched_rr_get_interval</i>(), <i>sched_setparam</i>(), <i>sched_setscheduler</i>(), <i>sched_yield</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/search.h.html (<search.h>), change:<blockquote>XSH <i>hcreate</i> , <i>insque</i> , <i>lsearch</i> , <i>tdelete</i></blockquote>to:<blockquote>XSH <i>hcreate</i>(), <i>insque</i>(), <i>lsearch</i>(), <i>tdelete</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/semaphore.h.html (<semaphore.h>), change:<blockquote>XSH <i>sem_clockwait</i> , <i>sem_close</i> , <i>sem_destroy</i> , <i>sem_getvalue</i> , <i>sem_init</i> , <i>sem_open</i> , <i>sem_post</i> , <i>sem_trywait</i> , <i>sem_unlink</i></blockquote>to:<blockquote>XSH <i>sem_clockwait</i>(), <i>sem_close</i>(), <i>sem_destroy</i>(), <i>sem_getvalue</i>(), <i>sem_init</i>(), <i>sem_open</i>(), <i>sem_post</i>(), <i>sem_trywait</i>(), <i>sem_unlink</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/setjmp.h.html (<setjmp.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>longjmp</i> , <i>setjmp</i> , <i>siglongjmp</i> , <i>sigsetjmp</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>longjmp</i>(), <i>setjmp</i>(), <i>siglongjmp</i>(), <i>sigsetjmp</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/signal.h.html (<signal.h>), change:<blockquote>See <i>sigaction</i> .</blockquote>to:<blockquote>See <i>sigaction</i>().</blockquote>and change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>alarm</i> , <i>kill</i> , <i>killpg</i> , <i>psiginfo</i> , <i>pthread_kill</i> , <i>pthread_sigmask</i> , <i>raise</i> , <i>sig2str</i> , <i>sigaction</i> , <i>sigaddset</i> , <i>sigaltstack</i> , <i>sigdelset</i> , <i>sigemptyset</i> , <i>sigfillset</i> , <i>sigismember</i> , <i>signal</i> , <i>sigpending</i> , <i>sigqueue</i> , <i>sigsuspend</i> , <i>sigtimedwait</i> , <i>sigwait</i> , <i>timer_create</i> , <i>wait</i> , <i>waitid</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>alarm</i>(), <i>kill</i>(), <i>killpg</i>(), <i>psiginfo</i>(), <i>pthread_kill</i>(), <i>pthread_sigmask</i>(), <i>raise</i>(), <i>sig2str</i>(), <i>sigaction</i>(), <i>sigaddset</i>(), <i>sigaltstack</i>(), <i>sigdelset</i>(), <i>sigemptyset</i>(), <i>sigfillset</i>(), <i>sigismember</i>(), <i>signal</i>(), <i>sigpending</i>(), <i>sigqueue</i>(), <i>sigsuspend</i>(), <i>sigtimedwait</i>(), <i>sigwait</i>(), <i>timer_create</i>(), <i>wait</i>(), <i>waitid</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/spawn.h.html (<spawn.h>), change:<blockquote>XSH <i>posix_spawn</i> , <i>posix_spawn_file_actions_addclose</i> , <i>posix_spawn_file_actions_adddup2</i> , <i>posix_spawn_file_actions_destroy</i> , <i>posix_spawnattr_destroy</i> , <i>posix_spawnattr_getflags</i> , <i>posix_spawnattr_getpgroup</i> , <i>posix_spawnattr_getschedparam</i> , <i>posix_spawnattr_getschedpolicy</i> , <i>posix_spawnattr_getsigdefault</i> , <i>posix_spawnattr_getsigmask</i></blockquote>to:<blockquote>XSH <i>posix_spawn</i>(), <i>posix_spawn_file_actions_addclose</i>(), <i>posix_spawn_file_actions_adddup2</i>(), <i>posix_spawn_file_actions_destroy</i>(), <i>posix_spawnattr_destroy</i>(), <i>posix_spawnattr_getflags</i>(), <i>posix_spawnattr_getpgroup</i>(), <i>posix_spawnattr_getschedparam</i>(), <i>posix_spawnattr_getschedpolicy</i>(), <i>posix_spawnattr_getsigdefault</i>(), <i>posix_spawnattr_getsigmask</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdarg.h.html (<stdarg.h>), change:<blockquote>XSH <i>exec</i> , <i>fprintf</i></blockquote>to:<blockquote>XSH <i>exec</i>(), <i>fprintf</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdatomic.h.html (<stdatomic.h>), change:<blockquote>XSH <i>atomic_compare_exchange_strong</i> , <i>atomic_exchange</i> , <i>atomic_fetch_add</i> , <i>atomic_flag_clear</i> , <i>atomic_flag_test_and_set</i> , <i>atomic_init</i> , <i>atomic_is_lock_free</i> , <i>atomic_load</i> , <i>atomic_signal_fence</i> , <i>atomic_store</i> , <i>kill_dependency</i> .</blockquote>to:<blockquote>XSH <i>atomic_compare_exchange_strong</i>(), <i>atomic_exchange</i>(), <i>atomic_fetch_add</i>(), <i>atomic_flag_clear</i>(), <i>atomic_flag_test_and_set</i>(), <i>atomic_init</i>(), <i>atomic_is_lock_free</i>(), <i>atomic_load</i>(), <i>atomic_signal_fence</i>(), <i>atomic_store</i>(), <i>kill_dependency</i>().</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stddef.h.html (<stddef.h>), change:<blockquote>XSH <i>confstr</i></blockquote>to:<blockquote>XSH <i>confstr</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdio.h.html (<stdio.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>clearerr</i> , <i>ctermid</i> , <i>fclose</i> , <i>fdopen</i> , <i>feof</i> , <i>ferror</i> , <i>fflush</i> , <i>fgetc</i> , <i>fgetpos</i> , <i>fgets</i> , <i>fileno</i> , <i>flockfile</i> , <i>fmemopen</i> , <i>fopen</i> , <i>fprintf</i> , <i>fputc</i> , <i>fputs</i> , <i>fread</i> , <i>freopen</i> , <i>fscanf</i> , <i>fseek</i> , <i>fsetpos</i> , <i>ftell</i> , <i>fwrite</i> , <i>getc</i> , <i>getchar</i> , <i>getc_unlocked</i> , <i>getdelim</i> , <i>getopt</i> , <i>open_memstream</i> , <i>pclose</i> , <i>perror</i> , <i>popen</i> , <i>putc</i> , <i>putchar</i> , <i>puts</i> , <i>remove</i> , <i>rename</i> , <i>rewind</i> , <i>setbuf</i> , <i>setvbuf</i> , <i>stdin</i> , <i>system</i> , <i>tmpfile</i> , <i>tmpnam</i> , <i>ungetc</i> , <i>vfprintf</i> , <i>vfscanf</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>clearerr</i>(), <i>ctermid</i>(), <i>fclose</i>(), <i>fdopen</i>(), <i>feof</i>(), <i>ferror</i>(), <i>fflush</i>(), <i>fgetc</i>(), <i>fgetpos</i>(), <i>fgets</i>(), <i>fileno</i>(), <i>flockfile</i>(), <i>fmemopen</i>(), <i>fopen</i>(), <i>fprintf</i>(), <i>fputc</i>(), <i>fputs</i>(), <i>fread</i>(), <i>freopen</i>(), <i>fscanf</i>(), <i>fseek</i>(), <i>fsetpos</i>(), <i>ftell</i>(), <i>fwrite</i>(), <i>getc</i>(), <i>getchar</i>(), <i>getc_unlocked</i>(), <i>getdelim</i>(), <i>getopt</i>(), <i>open_memstream</i>(), <i>pclose</i>(), <i>perror</i>(), <i>popen</i>(), <i>putc</i>(), <i>putchar</i>(), <i>puts</i>(), <i>remove</i>(), <i>rename</i>(), <i>rewind</i>(), <i>setbuf</i>(), <i>setvbuf</i>(), <i>stdin</i>(), <i>system</i>(), <i>tmpfile</i>(), <i>tmpnam</i>(), <i>ungetc</i>(), <i>vfprintf</i>(), <i>vfscanf</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdlib.h.html (<stdlib.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>_Exit</i> , <i>a64l</i> , <i>abort</i> , <i>abs</i> , <i>atexit</i> , <i>atof</i> , <i>atoi</i> , <i>atol</i> , <i>bsearch</i> , <i>calloc</i> , <i>div</i> , <i>drand48</i> , <i>exit</i> , <i>free</i> , <i>getenv</i> , <i>getsubopt</i> , <i>grantpt</i> , <i>initstate</i> , <i>labs</i> , <i>ldiv</i> , <i>malloc</i> , <i>mblen</i> , <i>mbstowcs</i> , <i>mbtowc</i> , <i>mkdtemp</i> , <i>posix_memalign</i> , <i>posix_openpt</i> , <i>ptsname</i> , <i>putenv</i> , <i>qsort</i> , <i>rand</i> , <i>realloc</i> , <i>realpath</i> , <i>setenv</i> , <i>setkey</i> , <i>strtod</i> , <i>strtol</i> , <i>strtoul</i> , <i>system</i> , <i>unlockpt</i> , <i>unsetenv</i> , <i>waitid</i> , <i>wcstombs</i> , <i>wctomb</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>_Exit</i>(), <i>a64l</i>(), <i>abort</i>(), <i>abs</i>(), <i>atexit</i>(), <i>atof</i>(), <i>atoi</i>(), <i>atol</i>(), <i>bsearch</i>(), <i>calloc</i>(), <i>div</i>(), <i>drand48</i>(), <i>exit</i>(), <i>free</i>(), <i>getenv</i>(), <i>getsubopt</i>(), <i>grantpt</i>(), <i>initstate</i>(), <i>labs</i>(), <i>ldiv</i>(), <i>malloc</i>(), <i>mblen</i>(), <i>mbstowcs</i>(), <i>mbtowc</i>(), <i>mkdtemp</i>(), <i>posix_memalign</i>(), <i>posix_openpt</i>(), <i>ptsname</i>(), <i>putenv</i>(), <i>qsort</i>(), <i>rand</i>(), <i>realloc</i>(), <i>realpath</i>(), <i>setenv</i>(), <i>setkey</i>(), <i>strtod</i>(), <i>strtol</i>(), <i>strtoul</i>(), <i>system</i>(), <i>unlockpt</i>(), <i>unsetenv</i>(), <i>waitid</i>(), <i>wcstombs</i>(), <i>wctomb</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/string.h.html (<string.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>memccpy</i> , <i>memchr</i> , <i>memcmp</i> , <i>memcpy</i> , <i>memmem</i> , <i>memmove</i> , <i>memset</i> , <i>strcat</i> , <i>strchr</i> , <i>strcmp</i> , <i>strcoll</i> , <i>strcpy</i> , <i>strcspn</i> , <i>strdup</i> , <i>strerror</i> , <i>strlcat</i> , <i>strlen</i> , <i>strncat</i> , <i>strncmp</i> , <i>strncpy</i> , <i>strpbrk</i> , <i>strrchr</i> , <i>strsignal</i> , <i>strspn</i> , <i>strstr</i> , <i>strtok</i> , <i>strxfrm</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>memccpy</i>(), <i>memchr</i>(), <i>memcmp</i>(), <i>memcpy</i>(), <i>memmem</i>(), <i>memmove</i>(), <i>memset</i>(), <i>strcat</i>(), <i>strchr</i>(), <i>strcmp</i>(), <i>strcoll</i>(), <i>strcpy</i>(), <i>strcspn</i>(), <i>strdup</i>(), <i>strerror</i>(), <i>strlcat</i>(), <i>strlen</i>(), <i>strncat</i>(), <i>strncmp</i>(), <i>strncpy</i>(), <i>strpbrk</i>(), <i>strrchr</i>(), <i>strsignal</i>(), <i>strspn</i>(), <i>strstr</i>(), <i>strtok</i>(), <i>strxfrm</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/strings.h.html (<strings.h>), change:<blockquote>XSH <i>ffs</i> , <i>strcasecmp</i></blockquote>to:<blockquote>XSH <i>ffs</i>(), <i>strcasecmp</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_ipc.h.html (<sys/ipc.h>), change:<blockquote>XSH <i>ftok</i></blockquote>to:<blockquote>XSH <i>ftok</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_mman.h.html (<sys/mman.h>), change:<blockquote>XSH <i>mlock</i> , <i>mlockall</i> , <i>mmap</i> , <i>mprotect</i> , <i>msync</i> , <i>munmap</i> , <i>posix_madvise</i> , <i>posix_mem_offset</i> , <i>posix_typed_mem_get_info</i> , <i>posix_typed_mem_open</i> , <i>shm_open</i> , <i>shm_unlink</i></blockquote>to:<blockquote>XSH <i>mlock</i>(), <i>mlockall</i>(), <i>mmap</i>(), <i>mprotect</i>(), <i>msync</i>(), <i>munmap</i>(), <i>posix_madvise</i>(), <i>posix_mem_offset</i>(), <i>posix_typed_mem_get_info</i>(), <i>posix_typed_mem_open</i>(), <i>shm_open</i>(), <i>shm_unlink</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_msg.h.html (<sys/msg.h>), change:<blockquote>XSH <i>msgctl</i> , <i>msgget</i> , <i>msgrcv</i> , <i>msgsnd</i></blockquote>to:<blockquote>XSH <i>msgctl</i>(), <i>msgget</i>(), <i>msgrcv</i>(), <i>msgsnd</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_resource.h.html (<sys/resource.h>), change:<blockquote>XSH <i>getpriority</i> , <i>getrlimit</i> , <i>getrusage</i></blockquote>to:<blockquote>XSH <i>getpriority</i>(), <i>getrlimit</i>(), <i>getrusage</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_select.h.html (<sys/select.h>), change:<blockquote>XSH <i>pselect</i></blockquote>to:<blockquote>XSH <i>pselect</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_sem.h.html (<sys/sem.h>), change:<blockquote>XSH <i>semctl</i> , <i>semget</i> , <i>semop</i></blockquote>to:<blockquote>XSH <i>semctl</i>(), <i>semget</i>(), <i>semop</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_shm.h.html (<sys/shm.h>), change:<blockquote>XSH <i>shmat</i> , <i>shmctl</i> , <i>shmdt</i> , <i>shmget</i></blockquote>to:<blockquote>XSH <i>shmat</i>(), <i>shmctl</i>(), <i>shmdt</i>(), <i>shmget</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html (<sys/socket.h>), change:<blockquote>XSH <i>accept</i> , <i>bind</i> , <i>connect</i> , <i>getpeername</i> , <i>getsockname</i> , <i>getsockopt</i> , <i>listen</i> , <i>recv</i> , <i>recvfrom</i> , <i>recvmsg</i> , <i>send</i> , <i>sendmsg</i> , <i>sendto</i> , <i>setsockopt</i> , <i>shutdown</i> , <i>sockatmark</i> , <i>socket</i> , <i>socketpair</i></blockquote>to:<blockquote>XSH <i>accept</i>(), <i>bind</i>(), <i>connect</i>(), <i>getpeername</i>(), <i>getsockname</i>(), <i>getsockopt</i>(), <i>listen</i>(), <i>recv</i>(), <i>recvfrom</i>(), <i>recvmsg</i>(), <i>send</i>(), <i>sendmsg</i>(), <i>sendto</i>(), <i>setsockopt</i>(), <i>shutdown</i>(), <i>sockatmark</i>(), <i>socket</i>(), <i>socketpair</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_stat.h.html (<sys/stat.h>), change:<blockquote>XSH <i>chmod</i> , <i>fchmod</i> , <i>fstat</i> , <i>fstatat</i> , <i>futimens</i> , <i>mkdir</i> , <i>mkfifo</i> , <i>mknod</i> , <i>umask</i></blockquote>to:<blockquote>XSH <i>chmod</i>(), <i>fchmod</i>(), <i>fstat</i>(), <i>fstatat</i>(), <i>futimens</i>(), <i>mkdir</i>(), <i>mkfifo</i>(), <i>mknod</i>(), <i>umask</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_statvfs.h.html (<sys/statvfs.h>), change:<blockquote>XSH <i>fstatvfs</i></blockquote>to:<blockquote>XSH <i>fstatvfs</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_time.h.html (<sys/time.h>), change:<blockquote>XSH <i>futimens</i> , <i>pselect</i></blockquote>to:<blockquote>XSH <i>futimens</i>(), <i>pselect</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_times.h.html (<sys/times.h>), change:<blockquote>XSH <i>times</i></blockquote>to:<blockquote>XSH <i>times</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_types.h.html (<sys/types.h>), change:<blockquote>XSH <i>confstr</i></blockquote>to:<blockquote>XSH <i>confstr</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_uio.h.html (<sys/uio.h>), change:<blockquote>XSH <i>read</i> , <i>readv</i> , <i>write</i> , <i>writev</i></blockquote>to:<blockquote>XSH <i>read</i>(), <i>readv</i>(), <i>write</i>(), <i>writev</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_un.h.html (<sys/un.h>), change:<blockquote>XSH <i>bind</i> , <i>socket</i> , <i>socketpair</i></blockquote>to:<blockquote>XSH <i>bind</i>(), <i>socket</i>(), <i>socketpair</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_utsname.h.html (<sys/utsname.h>), change:<blockquote>XSH <i>uname</i></blockquote>to:<blockquote>XSH <i>uname</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_wait.h.html (<sys/wait.h>), change:<blockquote>XSH <i>wait</i> , <i>waitid</i></blockquote>to:<blockquote>XSH <i>wait</i>(), <i>waitid</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/syslog.h.html (<syslog.h>), change:<blockquote>XSH <i>closelog</i></blockquote>to:<blockquote>XSH <i>closelog</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/termios.h.html (<termios.h>), change:<blockquote>XSH <i>cfgetispeed</i> , <i>cfgetospeed</i> , <i>cfsetispeed</i> , <i>cfsetospeed</i> , <i>confstr</i> , <i>tcdrain</i> , <i>tcflow</i> , <i>tcflush</i> , <i>tcgetattr</i> , <i>tcgetsid</i> , <i>tcgetwinsize</i> , <i>tcsendbreak</i> , <i>tcsetattr</i> , <i>tcsetwinsize</i></blockquote>to:<blockquote>XSH <i>cfgetispeed</i>(), <i>cfgetospeed</i>(), <i>cfsetispeed</i>(), <i>cfsetospeed</i>(), <i>confstr</i>(), <i>tcdrain</i>(), <i>tcflow</i>(), <i>tcflush</i>(), <i>tcgetattr</i>(), <i>tcgetsid</i>(), <i>tcgetwinsize</i>(), <i>tcsendbreak</i>(), <i>tcsetattr</i>(), <i>tcsetwinsize</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/tgmath.h.html (<tgmath.h>), change:<blockquote>XSH <i>cabs</i> , <i>fabs</i> , <i>modf</i></blockquote>to:<blockquote>XSH <i>cabs</i>(), <i>fabs</i>(), <i>modf</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/threads.h.html (<threads.h>), change:<blockquote>XSH <i>2.9 Threads</i> , <i>call_once</i> , <i>cnd_broadcast</i> , <i>cnd_destroy</i> , <i>cnd_timedwait</i> , <i>mtx_destroy</i> , <i>mtx_lock</i> , <i>sysconf</i> , <i>thrd_create</i> , <i>thrd_current</i> , <i>thrd_detach</i> , <i>thrd_equal</i> , <i>thrd_exit</i> , <i>thrd_join</i> , <i>thrd_sleep</i> , <i>thrd_yield</i> , <i>tss_create</i> , <i>tss_delete</i> , <i>tss_get</i></blockquote>to:<blockquote>XSH <i>2.9 Threads</i> , <i>call_once</i>(), <i>cnd_broadcast</i>(), <i>cnd_destroy</i>(), <i>cnd_timedwait</i>(), <i>mtx_destroy</i>(), <i>mtx_lock</i>(), <i>sysconf</i>(), <i>thrd_create</i>(), <i>thrd_current</i>(), <i>thrd_detach</i>(), <i>thrd_equal</i>(), <i>thrd_exit</i>(), <i>thrd_join</i>(), <i>thrd_sleep</i>(), <i>thrd_yield</i>(), <i>tss_create</i>(), <i>tss_delete</i>(), <i>tss_get</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/time.h.html (<time.h>), change:<blockquote> When <i>tm_isdst</i> is passed to the <i>mktime</i>() function, it specifies how <i>mktime</i>() is to handle DST when calculating the time since the Epoch value; see <i>mktime</i> .</blockquote>to:<blockquote> When <i>tm_isdst</i> is passed to the <i>mktime</i>() function, it specifies how <i>mktime</i>() is to handle DST when calculating the time since the Epoch value; see <i>mktime</i>().</blockquote>and change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>asctime</i> , <i>clock</i> , <i>clock_getcpuclockid</i> , <i>clock_getres</i> , <i>clock_nanosleep</i> , <i>ctime</i> , <i>difftime</i> , <i>futimens</i> , <i>getdate</i> , <i>gmtime</i> , <i>localtime</i> , <i>mktime</i> , <i>mq_receive</i> , <i>mq_send</i> , <i>nanosleep</i> , <i>pthread_getcpuclockid</i> , <i>pthread_mutex_clocklock</i> , <i>pthread_rwlock_clockrdlock</i> , <i>pthread_rwlock_clockwrlock</i> , <i>sem_clockwait</i> , <i>strftime</i> , <i>strptime</i> , <i>sysconf</i> , <i>time</i> , <i>timer_create</i> , <i>timer_delete</i> , <i>timer_getoverrun</i> , <i>timespec_get</i> , <i>tzset</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>asctime</i>(), <i>clock</i>(), <i>clock_getcpuclockid</i>(), <i>clock_getres</i>(), <i>clock_nanosleep</i>(), <i>ctime</i>(), <i>difftime</i>(), <i>futimens</i>(), <i>getdate</i>(), <i>gmtime</i>(), <i>localtime</i>(), <i>mktime</i>(), <i>mq_receive</i>(), <i>mq_send</i>(), <i>nanosleep</i>(), <i>pthread_getcpuclockid</i>(), <i>pthread_mutex_clocklock</i>(), <i>pthread_rwlock_clockrdlock</i>(), <i>pthread_rwlock_clockwrlock</i>(), <i>sem_clockwait</i>(), <i>strftime</i>(), <i>strptime</i>(), <i>sysconf</i>(), <i>time</i>(), <i>timer_create</i>(), <i>timer_delete</i>(), <i>timer_getoverrun</i>(), <i>timespec_get</i>(), <i>tzset</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/uchar.h.html (<uchar.h>), change:<blockquote>XSH <i>c16rtomb</i> , <i>mbrtoc16</i></blockquote>to:<blockquote>XSH <i>c16rtomb</i>(), <i>mbrtoc16</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/unistd.h.html (<unistd.h>), change:<blockquote>XSH <i>access</i> , <i>alarm</i> , <i>chown</i> , <i>close</i> , <i>confstr</i> , <i>crypt</i> , <i>ctermid</i> , <i>dup</i> , <i>_Exit</i> , <i>encrypt</i> , <i>exec</i> , <i>fchdir</i> , <i>fchown</i> , <i>fdatasync</i> , <i>fork</i> , <i>fpathconf</i> , <i>fsync</i> , <i>ftruncate</i> , <i>getcwd</i> , <i>getentropy</i> , <i>getegid</i> , <i>geteuid</i> , <i>getgid</i> , <i>getgroups</i> , <i>gethostid</i> , <i>gethostname</i> , <i>getlogin</i> , <i>getopt</i> , <i>getpgid</i> , <i>getpgrp</i> , <i>getpid</i> , <i>getppid</i> , <i>getresgid</i> , <i>getresuid</i> , <i>getsid</i> , <i>getuid</i> , <i>isatty</i> , <i>lchown</i> , <i>link</i> , <i>lockf</i> , <i>lseek</i> , <i>nice</i> , <i>pause</i> , <i>pipe</i> , <i>read</i> , <i>readlink</i> , <i>rmdir</i> , <i>setegid</i> , <i>seteuid</i> , <i>setgid</i> , <i>setpgid</i> , <i>setregid</i> , <i>setresgid</i> , <i>setresuid</i> , <i>setreuid</i> , <i>setsid</i> , <i>setuid</i> , <i>sleep</i> , <i>swab</i> , <i>symlink</i> , <i>sync</i> , <i>sysconf</i> , <i>tcgetpgrp</i> , <i>tcsetpgrp</i> , <i>truncate</i> , <i>ttyname</i> , <i>unlink</i> , <i>write</i></blockquote>to:<blockquote>XSH <i>access</i>(), <i>alarm</i>(), <i>chown</i>(), <i>close</i>(), <i>confstr</i>(), <i>crypt</i>(), <i>ctermid</i>(), <i>dup</i>(), <i>_Exit</i>(), <i>encrypt</i>(), <i>exec</i>(), <i>fchdir</i>(), <i>fchown</i>(), <i>fdatasync</i>(), <i>fork</i>(), <i>fpathconf</i>(), <i>fsync</i>(), <i>ftruncate</i>(), <i>getcwd</i>(), <i>getentropy</i>(), <i>getegid</i>(), <i>geteuid</i>(), <i>getgid</i>(), <i>getgroups</i>(), <i>gethostid</i>(), <i>gethostname</i>(), <i>getlogin</i>(), <i>getopt</i>(), <i>getpgid</i>(), <i>getpgrp</i>(), <i>getpid</i>(), <i>getppid</i>(), <i>getresgid</i>(), <i>getresuid</i>(), <i>getsid</i>(), <i>getuid</i>(), <i>isatty</i>(), <i>lchown</i>(), <i>link</i>(), <i>lockf</i>(), <i>lseek</i>(), <i>nice</i>(), <i>pause</i>(), <i>pipe</i>(), <i>read</i>(), <i>readlink</i>(), <i>rmdir</i>(), <i>setegid</i>(), <i>seteuid</i>(), <i>setgid</i>(), <i>setpgid</i>(), <i>setregid</i>(), <i>setresgid</i>(), <i>setresuid</i>(), <i>setreuid</i>(), <i>setsid</i>(), <i>setuid</i>(), <i>sleep</i>(), <i>swab</i>(), <i>symlink</i>(), <i>sync</i>(), <i>sysconf</i>(), <i>tcgetpgrp</i>(), <i>tcsetpgrp</i>(), <i>truncate</i>(), <i>ttyname</i>(), <i>unlink</i>(), <i>write</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/utmpx.h.html (<utmpx.h>), change:<blockquote>XSH <i>endutxent</i></blockquote>to:<blockquote>XSH <i>endutxent</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/wchar.h.html (<wchar.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>btowc</i> , <i>confstr</i> , <i>fgetwc</i> , <i>fgetws</i> , <i>fputwc</i> , <i>fputws</i> , <i>fwide</i> , <i>fwprintf</i> , <i>fwscanf</i> , <i>getwc</i> , <i>getwchar</i> , <i>iswalnum</i> , <i>iswalpha</i> , <i>iswcntrl</i> , <i>iswctype</i> , <i>iswdigit</i> , <i>iswgraph</i> , <i>iswlower</i> , <i>iswprint</i> , <i>iswpunct</i> , <i>iswspace</i> , <i>iswupper</i> , <i>iswxdigit</i> , <i>mbrlen</i> , <i>mbrtowc</i> , <i>mbsinit</i> , <i>mbsrtowcs</i> , <i>open_memstream</i> , <i>putwc</i> , <i>putwchar</i> , <i>towlower</i> , <i>towupper</i> , <i>ungetwc</i> , <i>vfwprintf</i> , <i>vfwscanf</i> , <i>wcrtomb</i> , <i>wcscasecmp</i> , <i>wcscat</i> , <i>wcschr</i> , <i>wcscmp</i> , <i>wcscoll</i> , <i>wcscpy</i> , <i>wcscspn</i> , <i>wcsdup</i> , <i>wcsftime</i> , <i>wcslcat</i> , <i>wcslen</i> , <i>wcsncat</i> , <i>wcsncmp</i> , <i>wcsncpy</i> , <i>wcspbrk</i> , <i>wcsrchr</i> , <i>wcsrtombs</i> , <i>wcsspn</i> , <i>wcsstr</i> , <i>wcstod</i> , <i>wcstok</i> , <i>wcstol</i> , <i>wcstoul</i> , <i>wcswidth</i> , <i>wcsxfrm</i> , <i>wctob</i> , <i>wctype</i> , <i>wcwidth</i> , <i>wmemchr</i> , <i>wmemcmp</i> , <i>wmemcpy</i> , <i>wmemmove</i> , <i>wmemset</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>btowc</i>(), <i>confstr</i>(), <i>fgetwc</i>(), <i>fgetws</i>(), <i>fputwc</i>(), <i>fputws</i>(), <i>fwide</i>(), <i>fwprintf</i>(), <i>fwscanf</i>(), <i>getwc</i>(), <i>getwchar</i>(), <i>iswalnum</i>(), <i>iswalpha</i>(), <i>iswcntrl</i>(), <i>iswctype</i>(), <i>iswdigit</i>(), <i>iswgraph</i>(), <i>iswlower</i>(), <i>iswprint</i>(), <i>iswpunct</i>(), <i>iswspace</i>(), <i>iswupper</i>(), <i>iswxdigit</i>(), <i>mbrlen</i>(), <i>mbrtowc</i>(), <i>mbsinit</i>(), <i>mbsrtowcs</i>(), <i>open_memstream</i>(), <i>putwc</i>(), <i>putwchar</i>(), <i>towlower</i>(), <i>towupper</i>(), <i>ungetwc</i>(), <i>vfwprintf</i>(), <i>vfwscanf</i>(), <i>wcrtomb</i>(), <i>wcscasecmp</i>(), <i>wcscat</i>(), <i>wcschr</i>(), <i>wcscmp</i>(), <i>wcscoll</i>(), <i>wcscpy</i>(), <i>wcscspn</i>(), <i>wcsdup</i>(), <i>wcsftime</i>(), <i>wcslcat</i>(), <i>wcslen</i>(), <i>wcsncat</i>(), <i>wcsncmp</i>(), <i>wcsncpy</i>(), <i>wcspbrk</i>(), <i>wcsrchr</i>(), <i>wcsrtombs</i>(), <i>wcsspn</i>(), <i>wcsstr</i>(), <i>wcstod</i>(), <i>wcstok</i>(), <i>wcstol</i>(), <i>wcstoul</i>(), <i>wcswidth</i>(), <i>wcsxfrm</i>(), <i>wctob</i>(), <i>wctype</i>(), <i>wcwidth</i>(), <i>wmemchr</i>(), <i>wmemcmp</i>(), <i>wmemcpy</i>(), <i>wmemmove</i>(), <i>wmemset</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/wctype.h.html (<wctype.h>), change:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>iswalnum</i> , <i>iswalpha</i> , <i>iswblank</i> , <i>iswcntrl</i> , <i>iswctype</i> , <i>iswdigit</i> , <i>iswgraph</i> , <i>iswlower</i> , <i>iswprint</i> , <i>iswpunct</i> , <i>iswspace</i> , <i>iswupper</i> , <i>iswxdigit</i> , <i>setlocale</i> , <i>towctrans</i> , <i>towlower</i> , <i>towupper</i> , <i>wctrans</i> , <i>wctype</i></blockquote>to:<blockquote>XSH <i>2.2 The Compilation Environment</i> , <i>iswalnum</i>(), <i>iswalpha</i>(), <i>iswblank</i>(), <i>iswcntrl</i>(), <i>iswctype</i>(), <i>iswdigit</i>(), <i>iswgraph</i>(), <i>iswlower</i>(), <i>iswprint</i>(), <i>iswpunct</i>(), <i>iswspace</i>(), <i>iswupper</i>(), <i>iswxdigit</i>(), <i>setlocale</i>(), <i>towctrans</i>(), <i>towlower</i>(), <i>towupper</i>(), <i>wctrans</i>(), <i>wctype</i>()</blockquote><br><br>In https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/wordexp.h.html (<wordexp.h>), change:<blockquote>XSH <i>wordexp</i></blockquote>to:<blockquote>XSH <i>wordexp</i>()</blockquote> ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2024-12-12 03:31 larryv New Issue 2024-12-12 03:31 larryv Name => Lawrence Velázquez 2024-12-12 03:31 larryv URL => see "Desired Action" 2024-12-12 03:31 larryv Section => see "Desired Action" ======================================================================
