Branch
Hash :
d599f599
Author :
Date :
2024-06-27T20:18:53
doc: Improve documentation of previous POSIX functions. * doc/pastposix-functions/bsd_signal.texi: Document revision that removed function. Mention the link is the previous version. * doc/pastposix-functions/getcontext.texi: Likewise. * doc/pastposix-functions/gethostbyaddr.texi: Likewise. * doc/pastposix-functions/gethostbyname.texi: Likewise. * doc/pastposix-functions/h_errno.texi: Likewise. * doc/pastposix-functions/makecontext.texi: Likewise. * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Likewise. * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Likewise. * doc/pastposix-functions/scalb.texi: Likewise. * doc/pastposix-functions/setcontext.texi: Likewise. * doc/pastposix-functions/swapcontext.texi: Likewise. * doc/pastposix-functions/ualarm.texi: Likewise. * doc/pastposix-functions/usleep.texi: Likewise. * doc/pastposix-functions/vfork.texi: Likewise.
@node h_errno
@section @code{h_errno}
@findex h_errno
Removed in POSIX.1-2008.
POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/h_errno.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
glibc 2.34, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
@end itemize