Recommend to put gnulib-cache.m4 into EXTRA_DIST.
[gnulib.git] / doc / gnulib.texi
index 8831fda..0e2ed96 100644 (file)
@@ -10,7 +10,8 @@
 @end ifclear
 @comment %**end of header
 
-@set UPDATED $Date: 2007-09-09 13:20:45 $
+@comment Defines the UPDATED variable.
+@include updated-stamp
 
 @copying
 This manual is for GNU Gnulib (updated @value{UPDATED}),
@@ -65,6 +66,18 @@ Texts.  A copy of the license is included in the section entitled
 * Index::
 @end menu
 
+@c This is used at the beginning of four chapters.
+@macro nosuchmodulenote{thing}
+The notation ``Gnulib module: ---'' means that Gnulib does not provide a
+module providing a substitute for the \thing\.  When the list
+``Portability problems not fixed by Gnulib'' is empty, such a module is
+not needed: No portability problems are known.  Otherwise, it indicates
+that such a module would be useful but is not available: No one so far
+found this \thing\ important enough to contribute a substitute for it.
+If you need this particular \thing\, you may write to
+@w{@code{<bug-gnulib at gnu dot org>}}.
+@end macro
+
 @node Introduction
 @chapter Introduction
 
@@ -386,7 +399,7 @@ On a machine with recent automake, autoconf, m4 installed and with a
 gnulib git or cvs checkout (typically a Linux machine), use
 
 @example
-gnulib-tool --create-megatestdir --with-tests --dir=..."
+gnulib-tool --create-megatestdir --with-tests --dir=...
 @end example
 
 Note: The created directory uses ca. 512 MB on disk.
@@ -461,6 +474,8 @@ This chapter describes which header files specified by ISO C or POSIX are
 substituted by Gnulib, which portability pitfalls are fixed by Gnulib, and
 which (known) portability problems are not worked around by Gnulib.
 
+@nosuchmodulenote header file
+
 @menu
 * aio.h::
 * arpa/inet.h::
@@ -548,90 +563,90 @@ which (known) portability problems are not worked around by Gnulib.
 * wordexp.h::
 @end menu
 
-@include headers/aio.texi
-@include headers/arpa_inet.texi
-@include headers/assert.texi
-@include headers/complex.texi
-@include headers/cpio.texi
-@include headers/ctype.texi
-@include headers/dirent.texi
-@include headers/dlfcn.texi
-@include headers/errno.texi
-@include headers/fcntl.texi
-@include headers/fenv.texi
-@include headers/float.texi
-@include headers/fmtmsg.texi
-@include headers/fnmatch.texi
-@include headers/ftw.texi
-@include headers/glob.texi
-@include headers/grp.texi
-@include headers/iconv.texi
-@include headers/inttypes.texi
-@include headers/iso646.texi
-@include headers/langinfo.texi
-@include headers/libgen.texi
-@include headers/limits.texi
-@include headers/locale.texi
-@include headers/math.texi
-@include headers/monetary.texi
-@include headers/mqueue.texi
-@include headers/ndbm.texi
-@include headers/net_if.texi
-@include headers/netdb.texi
-@include headers/netinet_in.texi
-@include headers/netinet_tcp.texi
-@include headers/nl_types.texi
-@include headers/poll.texi
-@include headers/pthread.texi
-@include headers/pwd.texi
-@include headers/regex.texi
-@include headers/sched.texi
-@include headers/search.texi
-@include headers/semaphore.texi
-@include headers/setjmp.texi
-@include headers/signal.texi
-@include headers/spawn.texi
-@include headers/stdarg.texi
-@include headers/stdbool.texi
-@include headers/stddef.texi
-@include headers/stdint.texi
-@include headers/stdio.texi
-@include headers/stdlib.texi
-@include headers/string.texi
-@include headers/strings.texi
-@include headers/stropts.texi
-@include headers/sys_ipc.texi
-@include headers/sys_mman.texi
-@include headers/sys_msg.texi
-@include headers/sys_resource.texi
-@include headers/sys_select.texi
-@include headers/sys_sem.texi
-@include headers/sys_shm.texi
-@include headers/sys_socket.texi
-@include headers/sys_stat.texi
-@include headers/sys_statvfs.texi
-@include headers/sys_time.texi
-@include headers/sys_timeb.texi
-@include headers/sys_times.texi
-@include headers/sys_types.texi
-@include headers/sys_uio.texi
-@include headers/sys_un.texi
-@include headers/sys_utsname.texi
-@include headers/sys_wait.texi
-@include headers/syslog.texi
-@include headers/tar.texi
-@include headers/termios.texi
-@include headers/tgmath.texi
-@include headers/time.texi
-@include headers/trace.texi
-@include headers/ucontext.texi
-@include headers/ulimit.texi
-@include headers/unistd.texi
-@include headers/utime.texi
-@include headers/utmpx.texi
-@include headers/wchar.texi
-@include headers/wctype.texi
-@include headers/wordexp.texi
+@include posix-headers/aio.texi
+@include posix-headers/arpa_inet.texi
+@include posix-headers/assert.texi
+@include posix-headers/complex.texi
+@include posix-headers/cpio.texi
+@include posix-headers/ctype.texi
+@include posix-headers/dirent.texi
+@include posix-headers/dlfcn.texi
+@include posix-headers/errno.texi
+@include posix-headers/fcntl.texi
+@include posix-headers/fenv.texi
+@include posix-headers/float.texi
+@include posix-headers/fmtmsg.texi
+@include posix-headers/fnmatch.texi
+@include posix-headers/ftw.texi
+@include posix-headers/glob.texi
+@include posix-headers/grp.texi
+@include posix-headers/iconv.texi
+@include posix-headers/inttypes.texi
+@include posix-headers/iso646.texi
+@include posix-headers/langinfo.texi
+@include posix-headers/libgen.texi
+@include posix-headers/limits.texi
+@include posix-headers/locale.texi
+@include posix-headers/math.texi
+@include posix-headers/monetary.texi
+@include posix-headers/mqueue.texi
+@include posix-headers/ndbm.texi
+@include posix-headers/net_if.texi
+@include posix-headers/netdb.texi
+@include posix-headers/netinet_in.texi
+@include posix-headers/netinet_tcp.texi
+@include posix-headers/nl_types.texi
+@include posix-headers/poll.texi
+@include posix-headers/pthread.texi
+@include posix-headers/pwd.texi
+@include posix-headers/regex.texi
+@include posix-headers/sched.texi
+@include posix-headers/search.texi
+@include posix-headers/semaphore.texi
+@include posix-headers/setjmp.texi
+@include posix-headers/signal.texi
+@include posix-headers/spawn.texi
+@include posix-headers/stdarg.texi
+@include posix-headers/stdbool.texi
+@include posix-headers/stddef.texi
+@include posix-headers/stdint.texi
+@include posix-headers/stdio.texi
+@include posix-headers/stdlib.texi
+@include posix-headers/string.texi
+@include posix-headers/strings.texi
+@include posix-headers/stropts.texi
+@include posix-headers/sys_ipc.texi
+@include posix-headers/sys_mman.texi
+@include posix-headers/sys_msg.texi
+@include posix-headers/sys_resource.texi
+@include posix-headers/sys_select.texi
+@include posix-headers/sys_sem.texi
+@include posix-headers/sys_shm.texi
+@include posix-headers/sys_socket.texi
+@include posix-headers/sys_stat.texi
+@include posix-headers/sys_statvfs.texi
+@include posix-headers/sys_time.texi
+@include posix-headers/sys_timeb.texi
+@include posix-headers/sys_times.texi
+@include posix-headers/sys_types.texi
+@include posix-headers/sys_uio.texi
+@include posix-headers/sys_un.texi
+@include posix-headers/sys_utsname.texi
+@include posix-headers/sys_wait.texi
+@include posix-headers/syslog.texi
+@include posix-headers/tar.texi
+@include posix-headers/termios.texi
+@include posix-headers/tgmath.texi
+@include posix-headers/time.texi
+@include posix-headers/trace.texi
+@include posix-headers/ucontext.texi
+@include posix-headers/ulimit.texi
+@include posix-headers/unistd.texi
+@include posix-headers/utime.texi
+@include posix-headers/utmpx.texi
+@include posix-headers/wchar.texi
+@include posix-headers/wctype.texi
+@include posix-headers/wordexp.texi
 
 @node Function Substitutes
 @chapter ISO C and POSIX Function Substitutes
@@ -641,14 +656,7 @@ ISO C or POSIX are substituted by Gnulib, which portability pitfalls are
 fixed by Gnulib, and which (known) portability problems are not worked around
 by Gnulib.
 
-The notation ``Gnulib module: ---'' means that Gnulib does not provide a
-module providing a substitute for the function.  When the list
-``Portability problems not fixed by Gnulib'' is empty, such a module is
-not needed: No portability problems are known.  Otherwise, it indicates
-that such a module would be useful but is not available: No one so far
-found this function important enough to contribute a substitute for it.
-If you need this particular function, you may write to
-@code{<bug-gnulib at gnu dot org>}.
+@nosuchmodulenote function
 
 @menu
 * FD_CLR::
@@ -1771,1124 +1779,1124 @@ If you need this particular function, you may write to
 * yn::
 @end menu
 
-@include functions/FD_CLR.texi
-@include functions/FD_ISSET.texi
-@include functions/FD_SET.texi
-@include functions/FD_ZERO.texi
-@include functions/_Exit_C99.texi
-@include functions/_exit.texi
-@include functions/_longjmp.texi
-@include functions/_setjmp.texi
-@include functions/_tolower.texi
-@include functions/_toupper.texi
-@include functions/a64l.texi
-@include functions/abort.texi
-@include functions/abs.texi
-@include functions/accept.texi
-@include functions/access.texi
-@include functions/acos.texi
-@include functions/acosf.texi
-@include functions/acosh.texi
-@include functions/acoshf.texi
-@include functions/acoshl.texi
-@include functions/acosl.texi
-@include functions/aio_cancel.texi
-@include functions/aio_error.texi
-@include functions/aio_fsync.texi
-@include functions/aio_read.texi
-@include functions/aio_return.texi
-@include functions/aio_suspend.texi
-@include functions/aio_write.texi
-@include functions/alarm.texi
-@include functions/asctime.texi
-@include functions/asctime_r.texi
-@include functions/asin.texi
-@include functions/asinf.texi
-@include functions/asinh.texi
-@include functions/asinhf.texi
-@include functions/asinhl.texi
-@include functions/asinl.texi
-@include functions/assert.texi
-@include functions/atan.texi
-@include functions/atan2.texi
-@include functions/atan2f.texi
-@include functions/atan2l.texi
-@include functions/atanf.texi
-@include functions/atanh.texi
-@include functions/atanhf.texi
-@include functions/atanhl.texi
-@include functions/atanl.texi
-@include functions/atexit.texi
-@include functions/atof.texi
-@include functions/atoi.texi
-@include functions/atol.texi
-@include functions/atoll.texi
-@include functions/basename.texi
-@include functions/bcmp.texi
-@include functions/bcopy.texi
-@include functions/bind.texi
-@include functions/bsd_signal.texi
-@include functions/bsearch.texi
-@include functions/btowc.texi
-@include functions/bzero.texi
-@include functions/cabs.texi
-@include functions/cabsf.texi
-@include functions/cabsl.texi
-@include functions/cacos.texi
-@include functions/cacosf.texi
-@include functions/cacosh.texi
-@include functions/cacoshf.texi
-@include functions/cacoshl.texi
-@include functions/cacosl.texi
-@include functions/calloc.texi
-@include functions/carg.texi
-@include functions/cargf.texi
-@include functions/cargl.texi
-@include functions/casin.texi
-@include functions/casinf.texi
-@include functions/casinh.texi
-@include functions/casinhf.texi
-@include functions/casinhl.texi
-@include functions/casinl.texi
-@include functions/catan.texi
-@include functions/catanf.texi
-@include functions/catanh.texi
-@include functions/catanhf.texi
-@include functions/catanhl.texi
-@include functions/catanl.texi
-@include functions/catclose.texi
-@include functions/catgets.texi
-@include functions/catopen.texi
-@include functions/cbrt.texi
-@include functions/cbrtf.texi
-@include functions/cbrtl.texi
-@include functions/ccos.texi
-@include functions/ccosf.texi
-@include functions/ccosh.texi
-@include functions/ccoshf.texi
-@include functions/ccoshl.texi
-@include functions/ccosl.texi
-@include functions/ceil.texi
-@include functions/ceilf.texi
-@include functions/ceill.texi
-@include functions/cexp.texi
-@include functions/cexpf.texi
-@include functions/cexpl.texi
-@include functions/cfgetispeed.texi
-@include functions/cfgetospeed.texi
-@include functions/cfsetispeed.texi
-@include functions/cfsetospeed.texi
-@include functions/chdir.texi
-@include functions/chmod.texi
-@include functions/chown.texi
-@include functions/cimag.texi
-@include functions/cimagf.texi
-@include functions/cimagl.texi
-@include functions/clearerr.texi
-@include functions/clock.texi
-@include functions/clock_getcpuclockid.texi
-@include functions/clock_getres.texi
-@include functions/clock_gettime.texi
-@include functions/clock_nanosleep.texi
-@include functions/clock_settime.texi
-@include functions/clog.texi
-@include functions/clogf.texi
-@include functions/clogl.texi
-@include functions/close.texi
-@include functions/closedir.texi
-@include functions/closelog.texi
-@include functions/confstr.texi
-@include functions/conj.texi
-@include functions/conjf.texi
-@include functions/conjl.texi
-@include functions/connect.texi
-@include functions/copysign.texi
-@include functions/copysignf.texi
-@include functions/copysignl.texi
-@include functions/cos.texi
-@include functions/cosf.texi
-@include functions/cosh.texi
-@include functions/coshf.texi
-@include functions/coshl.texi
-@include functions/cosl.texi
-@include functions/cpow.texi
-@include functions/cpowf.texi
-@include functions/cpowl.texi
-@include functions/cproj.texi
-@include functions/cprojf.texi
-@include functions/cprojl.texi
-@include functions/creal.texi
-@include functions/crealf.texi
-@include functions/creall.texi
-@include functions/creat.texi
-@include functions/crypt.texi
-@include functions/csin.texi
-@include functions/csinf.texi
-@include functions/csinh.texi
-@include functions/csinhf.texi
-@include functions/csinhl.texi
-@include functions/csinl.texi
-@include functions/csqrt.texi
-@include functions/csqrtf.texi
-@include functions/csqrtl.texi
-@include functions/ctan.texi
-@include functions/ctanf.texi
-@include functions/ctanh.texi
-@include functions/ctanhf.texi
-@include functions/ctanhl.texi
-@include functions/ctanl.texi
-@include functions/ctermid.texi
-@include functions/ctime.texi
-@include functions/ctime_r.texi
-@include functions/daylight.texi
-@include functions/dbm_clearerr.texi
-@include functions/dbm_close.texi
-@include functions/dbm_delete.texi
-@include functions/dbm_error.texi
-@include functions/dbm_fetch.texi
-@include functions/dbm_firstkey.texi
-@include functions/dbm_nextkey.texi
-@include functions/dbm_open.texi
-@include functions/dbm_store.texi
-@include functions/difftime.texi
-@include functions/dirname.texi
-@include functions/div.texi
-@include functions/dlclose.texi
-@include functions/dlerror.texi
-@include functions/dlopen.texi
-@include functions/dlsym.texi
-@include functions/drand48.texi
-@include functions/dup.texi
-@include functions/dup2.texi
-@include functions/ecvt.texi
-@include functions/encrypt.texi
-@include functions/endgrent.texi
-@include functions/endhostent.texi
-@include functions/endnetent.texi
-@include functions/endprotoent.texi
-@include functions/endpwent.texi
-@include functions/endservent.texi
-@include functions/endutxent.texi
-@include functions/environ.texi
-@include functions/erand48.texi
-@include functions/erf.texi
-@include functions/erfc.texi
-@include functions/erfcf.texi
-@include functions/erfcl.texi
-@include functions/erff.texi
-@include functions/erfl.texi
-@include functions/errno.texi
-@include functions/execl.texi
-@include functions/execle.texi
-@include functions/execlp.texi
-@include functions/execv.texi
-@include functions/execve.texi
-@include functions/execvp.texi
-@include functions/exit.texi
-@include functions/exp.texi
-@include functions/exp2.texi
-@include functions/exp2f.texi
-@include functions/exp2l.texi
-@include functions/expf.texi
-@include functions/expl.texi
-@include functions/expm1.texi
-@include functions/expm1f.texi
-@include functions/expm1l.texi
-@include functions/fabs.texi
-@include functions/fabsf.texi
-@include functions/fabsl.texi
-@include functions/fattach.texi
-@include functions/fchdir.texi
-@include functions/fchmod.texi
-@include functions/fchown.texi
-@include functions/fclose.texi
-@include functions/fcntl.texi
-@include functions/fcvt.texi
-@include functions/fdatasync.texi
-@include functions/fdetach.texi
-@include functions/fdim.texi
-@include functions/fdimf.texi
-@include functions/fdiml.texi
-@include functions/fdopen.texi
-@include functions/feclearexcept.texi
-@include functions/fegetenv.texi
-@include functions/fegetexceptflag.texi
-@include functions/fegetround.texi
-@include functions/feholdexcept.texi
-@include functions/feof.texi
-@include functions/feraiseexcept.texi
-@include functions/ferror.texi
-@include functions/fesetenv.texi
-@include functions/fesetexceptflag.texi
-@include functions/fesetround.texi
-@include functions/fetestexcept.texi
-@include functions/feupdateenv.texi
-@include functions/fflush.texi
-@include functions/ffs.texi
-@include functions/fgetc.texi
-@include functions/fgetpos.texi
-@include functions/fgets.texi
-@include functions/fgetwc.texi
-@include functions/fgetws.texi
-@include functions/fileno.texi
-@include functions/flockfile.texi
-@include functions/floor.texi
-@include functions/floorf.texi
-@include functions/floorl.texi
-@include functions/fma.texi
-@include functions/fmaf.texi
-@include functions/fmal.texi
-@include functions/fmax.texi
-@include functions/fmaxf.texi
-@include functions/fmaxl.texi
-@include functions/fmin.texi
-@include functions/fminf.texi
-@include functions/fminl.texi
-@include functions/fmod.texi
-@include functions/fmodf.texi
-@include functions/fmodl.texi
-@include functions/fmtmsg.texi
-@include functions/fnmatch.texi
-@include functions/fopen.texi
-@include functions/fork.texi
-@include functions/fpathconf.texi
-@include functions/fpclassify.texi
-@include functions/fprintf.texi
-@include functions/fputc.texi
-@include functions/fputs.texi
-@include functions/fputwc.texi
-@include functions/fputws.texi
-@include functions/fread.texi
-@include functions/free.texi
-@include functions/freeaddrinfo.texi
-@include functions/freopen.texi
-@include functions/frexp.texi
-@include functions/frexpf.texi
-@include functions/frexpl.texi
-@include functions/fscanf.texi
-@include functions/fseek.texi
-@include functions/fseeko.texi
-@include functions/fsetpos.texi
-@include functions/fstat.texi
-@include functions/fstatvfs.texi
-@include functions/fsync.texi
-@include functions/ftell.texi
-@include functions/ftello.texi
-@include functions/ftime.texi
-@include functions/ftok.texi
-@include functions/ftruncate.texi
-@include functions/ftrylockfile.texi
-@include functions/ftw.texi
-@include functions/funlockfile.texi
-@include functions/fwide.texi
-@include functions/fwprintf.texi
-@include functions/fwrite.texi
-@include functions/fwscanf.texi
-@include functions/gai_strerror.texi
-@include functions/gcvt.texi
-@include functions/getaddrinfo.texi
-@include functions/getc.texi
-@include functions/getc_unlocked.texi
-@include functions/getchar.texi
-@include functions/getchar_unlocked.texi
-@include functions/getcontext.texi
-@include functions/getcwd.texi
-@include functions/getdate.texi
-@include functions/getdelim.texi
-@include functions/getegid.texi
-@include functions/getenv.texi
-@include functions/geteuid.texi
-@include functions/getgid.texi
-@include functions/getgrent.texi
-@include functions/getgrgid.texi
-@include functions/getgrgid_r.texi
-@include functions/getgrnam.texi
-@include functions/getgrnam_r.texi
-@include functions/getgroups.texi
-@include functions/gethostbyaddr.texi
-@include functions/gethostbyname.texi
-@include functions/gethostent.texi
-@include functions/gethostid.texi
-@include functions/gethostname.texi
-@include functions/getitimer.texi
-@include functions/getline.texi
-@include functions/getlogin.texi
-@include functions/getlogin_r.texi
-@include functions/getmsg.texi
-@include functions/getnameinfo.texi
-@include functions/getnetbyaddr.texi
-@include functions/getnetbyname.texi
-@include functions/getnetent.texi
-@include functions/getopt.texi
-@include functions/getpeername.texi
-@include functions/getpgid.texi
-@include functions/getpgrp.texi
-@include functions/getpid.texi
-@include functions/getpmsg.texi
-@include functions/getppid.texi
-@include functions/getpriority.texi
-@include functions/getprotobyname.texi
-@include functions/getprotobynumber.texi
-@include functions/getprotoent.texi
-@include functions/getpwent.texi
-@include functions/getpwnam.texi
-@include functions/getpwnam_r.texi
-@include functions/getpwuid.texi
-@include functions/getpwuid_r.texi
-@include functions/getrlimit.texi
-@include functions/getrusage.texi
-@include functions/gets.texi
-@include functions/getservbyname.texi
-@include functions/getservbyport.texi
-@include functions/getservent.texi
-@include functions/getsid.texi
-@include functions/getsockname.texi
-@include functions/getsockopt.texi
-@include functions/getsubopt.texi
-@include functions/gettimeofday.texi
-@include functions/getuid.texi
-@include functions/getutxent.texi
-@include functions/getutxid.texi
-@include functions/getutxline.texi
-@include functions/getwc.texi
-@include functions/getwchar.texi
-@include functions/getwd.texi
-@include functions/glob.texi
-@include functions/globfree.texi
-@include functions/gmtime.texi
-@include functions/gmtime_r.texi
-@include functions/grantpt.texi
-@include functions/h_errno.texi
-@include functions/hcreate.texi
-@include functions/hdestroy.texi
-@include functions/hsearch.texi
-@include functions/htonl.texi
-@include functions/htons.texi
-@include functions/hypot.texi
-@include functions/hypotf.texi
-@include functions/hypotl.texi
-@include functions/iconv.texi
-@include functions/iconv_close.texi
-@include functions/iconv_open.texi
-@include functions/if_freenameindex.texi
-@include functions/if_indextoname.texi
-@include functions/if_nameindex.texi
-@include functions/if_nametoindex.texi
-@include functions/ilogb.texi
-@include functions/ilogbf.texi
-@include functions/ilogbl.texi
-@include functions/imaxabs.texi
-@include functions/imaxdiv.texi
-@include functions/index.texi
-@include functions/inet_addr.texi
-@include functions/inet_ntoa.texi
-@include functions/inet_ntop.texi
-@include functions/inet_pton.texi
-@include functions/initstate.texi
-@include functions/insque.texi
-@include functions/ioctl.texi
-@include functions/isalnum.texi
-@include functions/isalpha.texi
-@include functions/isascii.texi
-@include functions/isastream.texi
-@include functions/isatty.texi
-@include functions/isblank.texi
-@include functions/iscntrl.texi
-@include functions/isdigit.texi
-@include functions/isfinite.texi
-@include functions/isgraph.texi
-@include functions/isgreater.texi
-@include functions/isgreaterequal.texi
-@include functions/isinf.texi
-@include functions/isless.texi
-@include functions/islessequal.texi
-@include functions/islessgreater.texi
-@include functions/islower.texi
-@include functions/isnan.texi
-@include functions/isnormal.texi
-@include functions/isprint.texi
-@include functions/ispunct.texi
-@include functions/isspace.texi
-@include functions/isunordered.texi
-@include functions/isupper.texi
-@include functions/iswalnum.texi
-@include functions/iswalpha.texi
-@include functions/iswblank.texi
-@include functions/iswcntrl.texi
-@include functions/iswctype.texi
-@include functions/iswdigit.texi
-@include functions/iswgraph.texi
-@include functions/iswlower.texi
-@include functions/iswprint.texi
-@include functions/iswpunct.texi
-@include functions/iswspace.texi
-@include functions/iswupper.texi
-@include functions/iswxdigit.texi
-@include functions/isxdigit.texi
-@include functions/j0.texi
-@include functions/j1.texi
-@include functions/jn.texi
-@include functions/jrand48.texi
-@include functions/kill.texi
-@include functions/killpg.texi
-@include functions/l64a.texi
-@include functions/labs.texi
-@include functions/lchown.texi
-@include functions/lcong48.texi
-@include functions/ldexp.texi
-@include functions/ldexpf.texi
-@include functions/ldexpl.texi
-@include functions/ldiv.texi
-@include functions/lfind.texi
-@include functions/lgamma.texi
-@include functions/lgammaf.texi
-@include functions/lgammal.texi
-@include functions/link.texi
-@include functions/lio_listio.texi
-@include functions/listen.texi
-@include functions/llabs.texi
-@include functions/lldiv.texi
-@include functions/llrint.texi
-@include functions/llrintf.texi
-@include functions/llrintl.texi
-@include functions/llround.texi
-@include functions/llroundf.texi
-@include functions/llroundl.texi
-@include functions/localeconv.texi
-@include functions/localtime.texi
-@include functions/localtime_r.texi
-@include functions/lockf.texi
-@include functions/log.texi
-@include functions/log10.texi
-@include functions/log10f.texi
-@include functions/log10l.texi
-@include functions/log1p.texi
-@include functions/log1pf.texi
-@include functions/log1pl.texi
-@include functions/log2.texi
-@include functions/log2f.texi
-@include functions/log2l.texi
-@include functions/logb.texi
-@include functions/logbf.texi
-@include functions/logbl.texi
-@include functions/logf.texi
-@include functions/logl.texi
-@include functions/longjmp.texi
-@include functions/lrand48.texi
-@include functions/lrint.texi
-@include functions/lrintf.texi
-@include functions/lrintl.texi
-@include functions/lround.texi
-@include functions/lroundf.texi
-@include functions/lroundl.texi
-@include functions/lsearch.texi
-@include functions/lseek.texi
-@include functions/lstat.texi
-@include functions/makecontext.texi
-@include functions/malloc.texi
-@include functions/mblen.texi
-@include functions/mbrlen.texi
-@include functions/mbrtowc.texi
-@include functions/mbsinit.texi
-@include functions/mbsrtowcs.texi
-@include functions/mbstowcs.texi
-@include functions/mbtowc.texi
-@include functions/memccpy.texi
-@include functions/memchr.texi
-@include functions/memcmp.texi
-@include functions/memcpy.texi
-@include functions/memmove.texi
-@include functions/memset.texi
-@include functions/mkdir.texi
-@include functions/mkfifo.texi
-@include functions/mknod.texi
-@include functions/mkstemp.texi
-@include functions/mktemp.texi
-@include functions/mktime.texi
-@include functions/mlock.texi
-@include functions/mlockall.texi
-@include functions/mmap.texi
-@include functions/modf.texi
-@include functions/modff.texi
-@include functions/modfl.texi
-@include functions/mprotect.texi
-@include functions/mq_close.texi
-@include functions/mq_getattr.texi
-@include functions/mq_notify.texi
-@include functions/mq_open.texi
-@include functions/mq_receive.texi
-@include functions/mq_send.texi
-@include functions/mq_setattr.texi
-@include functions/mq_timedreceive.texi
-@include functions/mq_timedsend.texi
-@include functions/mq_unlink.texi
-@include functions/mrand48.texi
-@include functions/msgctl.texi
-@include functions/msgget.texi
-@include functions/msgrcv.texi
-@include functions/msgsnd.texi
-@include functions/msync.texi
-@include functions/munlock.texi
-@include functions/munlockall.texi
-@include functions/munmap.texi
-@include functions/nan.texi
-@include functions/nanf.texi
-@include functions/nanl.texi
-@include functions/nanosleep.texi
-@include functions/nearbyint.texi
-@include functions/nearbyintf.texi
-@include functions/nearbyintl.texi
-@include functions/nextafter.texi
-@include functions/nextafterf.texi
-@include functions/nextafterl.texi
-@include functions/nexttoward.texi
-@include functions/nexttowardf.texi
-@include functions/nexttowardl.texi
-@include functions/nftw.texi
-@include functions/nice.texi
-@include functions/nl_langinfo.texi
-@include functions/nrand48.texi
-@include functions/ntohl.texi
-@include functions/ntohs.texi
-@include functions/open.texi
-@include functions/opendir.texi
-@include functions/openlog.texi
-@include functions/optarg.texi
-@include functions/pathconf.texi
-@include functions/pause.texi
-@include functions/pclose.texi
-@include functions/perror.texi
-@include functions/pipe.texi
-@include functions/poll.texi
-@include functions/popen.texi
-@include functions/posix_fadvise.texi
-@include functions/posix_fallocate.texi
-@include functions/posix_madvise.texi
-@include functions/posix_mem_offset.texi
-@include functions/posix_memalign.texi
-@include functions/posix_openpt.texi
-@include functions/posix_spawn.texi
-@include functions/posix_spawn_file_actions_addclose.texi
-@include functions/posix_spawn_file_actions_adddup2.texi
-@include functions/posix_spawn_file_actions_addopen.texi
-@include functions/posix_spawn_file_actions_destroy.texi
-@include functions/posix_spawn_file_actions_init.texi
-@include functions/posix_spawnattr_destroy.texi
-@include functions/posix_spawnattr_getflags.texi
-@include functions/posix_spawnattr_getpgroup.texi
-@include functions/posix_spawnattr_getschedparam.texi
-@include functions/posix_spawnattr_getschedpolicy.texi
-@include functions/posix_spawnattr_getsigdefault.texi
-@include functions/posix_spawnattr_getsigmask.texi
-@include functions/posix_spawnattr_init.texi
-@include functions/posix_spawnattr_setflags.texi
-@include functions/posix_spawnattr_setpgroup.texi
-@include functions/posix_spawnattr_setschedparam.texi
-@include functions/posix_spawnattr_setschedpolicy.texi
-@include functions/posix_spawnattr_setsigdefault.texi
-@include functions/posix_spawnattr_setsigmask.texi
-@include functions/posix_spawnp.texi
-@include functions/posix_trace_attr_destroy.texi
-@include functions/posix_trace_attr_getclockres.texi
-@include functions/posix_trace_attr_getcreatetime.texi
-@include functions/posix_trace_attr_getgenversion.texi
-@include functions/posix_trace_attr_getinherited.texi
-@include functions/posix_trace_attr_getlogfullpolicy.texi
-@include functions/posix_trace_attr_getlogsize.texi
-@include functions/posix_trace_attr_getmaxdatasize.texi
-@include functions/posix_trace_attr_getmaxsystemeventsize.texi
-@include functions/posix_trace_attr_getmaxusereventsize.texi
-@include functions/posix_trace_attr_getname.texi
-@include functions/posix_trace_attr_getstreamfullpolicy.texi
-@include functions/posix_trace_attr_getstreamsize.texi
-@include functions/posix_trace_attr_init.texi
-@include functions/posix_trace_attr_setinherited.texi
-@include functions/posix_trace_attr_setlogfullpolicy.texi
-@include functions/posix_trace_attr_setlogsize.texi
-@include functions/posix_trace_attr_setmaxdatasize.texi
-@include functions/posix_trace_attr_setname.texi
-@include functions/posix_trace_attr_setstreamfullpolicy.texi
-@include functions/posix_trace_attr_setstreamsize.texi
-@include functions/posix_trace_clear.texi
-@include functions/posix_trace_close.texi
-@include functions/posix_trace_create.texi
-@include functions/posix_trace_create_withlog.texi
-@include functions/posix_trace_event.texi
-@include functions/posix_trace_eventid_equal.texi
-@include functions/posix_trace_eventid_get_name.texi
-@include functions/posix_trace_eventid_open.texi
-@include functions/posix_trace_eventset_add.texi
-@include functions/posix_trace_eventset_del.texi
-@include functions/posix_trace_eventset_empty.texi
-@include functions/posix_trace_eventset_fill.texi
-@include functions/posix_trace_eventset_ismember.texi
-@include functions/posix_trace_eventtypelist_getnext_id.texi
-@include functions/posix_trace_eventtypelist_rewind.texi
-@include functions/posix_trace_flush.texi
-@include functions/posix_trace_get_attr.texi
-@include functions/posix_trace_get_filter.texi
-@include functions/posix_trace_get_status.texi
-@include functions/posix_trace_getnext_event.texi
-@include functions/posix_trace_open.texi
-@include functions/posix_trace_rewind.texi
-@include functions/posix_trace_set_filter.texi
-@include functions/posix_trace_shutdown.texi
-@include functions/posix_trace_start.texi
-@include functions/posix_trace_stop.texi
-@include functions/posix_trace_timedgetnext_event.texi
-@include functions/posix_trace_trid_eventid_open.texi
-@include functions/posix_trace_trygetnext_event.texi
-@include functions/posix_typed_mem_get_info.texi
-@include functions/posix_typed_mem_open.texi
-@include functions/pow.texi
-@include functions/powf.texi
-@include functions/powl.texi
-@include functions/pread.texi
-@include functions/printf.texi
-@include functions/pselect.texi
-@include functions/pthread_atfork.texi
-@include functions/pthread_attr_destroy.texi
-@include functions/pthread_attr_getdetachstate.texi
-@include functions/pthread_attr_getguardsize.texi
-@include functions/pthread_attr_getinheritsched.texi
-@include functions/pthread_attr_getschedparam.texi
-@include functions/pthread_attr_getschedpolicy.texi
-@include functions/pthread_attr_getscope.texi
-@include functions/pthread_attr_getstack.texi
-@include functions/pthread_attr_getstackaddr.texi
-@include functions/pthread_attr_getstacksize.texi
-@include functions/pthread_attr_init.texi
-@include functions/pthread_attr_setdetachstate.texi
-@include functions/pthread_attr_setguardsize.texi
-@include functions/pthread_attr_setinheritsched.texi
-@include functions/pthread_attr_setschedparam.texi
-@include functions/pthread_attr_setschedpolicy.texi
-@include functions/pthread_attr_setscope.texi
-@include functions/pthread_attr_setstack.texi
-@include functions/pthread_attr_setstackaddr.texi
-@include functions/pthread_attr_setstacksize.texi
-@include functions/pthread_barrier_destroy.texi
-@include functions/pthread_barrier_init.texi
-@include functions/pthread_barrier_wait.texi
-@include functions/pthread_barrierattr_destroy.texi
-@include functions/pthread_barrierattr_getpshared.texi
-@include functions/pthread_barrierattr_init.texi
-@include functions/pthread_barrierattr_setpshared.texi
-@include functions/pthread_cancel.texi
-@include functions/pthread_cleanup_pop.texi
-@include functions/pthread_cleanup_push.texi
-@include functions/pthread_cond_broadcast.texi
-@include functions/pthread_cond_destroy.texi
-@include functions/pthread_cond_init.texi
-@include functions/pthread_cond_signal.texi
-@include functions/pthread_cond_timedwait.texi
-@include functions/pthread_cond_wait.texi
-@include functions/pthread_condattr_destroy.texi
-@include functions/pthread_condattr_getclock.texi
-@include functions/pthread_condattr_getpshared.texi
-@include functions/pthread_condattr_init.texi
-@include functions/pthread_condattr_setclock.texi
-@include functions/pthread_condattr_setpshared.texi
-@include functions/pthread_create.texi
-@include functions/pthread_detach.texi
-@include functions/pthread_equal.texi
-@include functions/pthread_exit.texi
-@include functions/pthread_getconcurrency.texi
-@include functions/pthread_getcpuclockid.texi
-@include functions/pthread_getschedparam.texi
-@include functions/pthread_getspecific.texi
-@include functions/pthread_join.texi
-@include functions/pthread_key_create.texi
-@include functions/pthread_key_delete.texi
-@include functions/pthread_kill.texi
-@include functions/pthread_mutex_destroy.texi
-@include functions/pthread_mutex_getprioceiling.texi
-@include functions/pthread_mutex_init.texi
-@include functions/pthread_mutex_lock.texi
-@include functions/pthread_mutex_setprioceiling.texi
-@include functions/pthread_mutex_timedlock.texi
-@include functions/pthread_mutex_trylock.texi
-@include functions/pthread_mutex_unlock.texi
-@include functions/pthread_mutexattr_destroy.texi
-@include functions/pthread_mutexattr_getprioceiling.texi
-@include functions/pthread_mutexattr_getprotocol.texi
-@include functions/pthread_mutexattr_getpshared.texi
-@include functions/pthread_mutexattr_gettype.texi
-@include functions/pthread_mutexattr_init.texi
-@include functions/pthread_mutexattr_setprioceiling.texi
-@include functions/pthread_mutexattr_setprotocol.texi
-@include functions/pthread_mutexattr_setpshared.texi
-@include functions/pthread_mutexattr_settype.texi
-@include functions/pthread_once.texi
-@include functions/pthread_rwlock_destroy.texi
-@include functions/pthread_rwlock_init.texi
-@include functions/pthread_rwlock_rdlock.texi
-@include functions/pthread_rwlock_timedrdlock.texi
-@include functions/pthread_rwlock_timedwrlock.texi
-@include functions/pthread_rwlock_tryrdlock.texi
-@include functions/pthread_rwlock_trywrlock.texi
-@include functions/pthread_rwlock_unlock.texi
-@include functions/pthread_rwlock_wrlock.texi
-@include functions/pthread_rwlockattr_destroy.texi
-@include functions/pthread_rwlockattr_getpshared.texi
-@include functions/pthread_rwlockattr_init.texi
-@include functions/pthread_rwlockattr_setpshared.texi
-@include functions/pthread_self.texi
-@include functions/pthread_setcancelstate.texi
-@include functions/pthread_setcanceltype.texi
-@include functions/pthread_setconcurrency.texi
-@include functions/pthread_setschedparam.texi
-@include functions/pthread_setschedprio.texi
-@include functions/pthread_setspecific.texi
-@include functions/pthread_sigmask.texi
-@include functions/pthread_spin_destroy.texi
-@include functions/pthread_spin_init.texi
-@include functions/pthread_spin_lock.texi
-@include functions/pthread_spin_trylock.texi
-@include functions/pthread_spin_unlock.texi
-@include functions/pthread_testcancel.texi
-@include functions/ptsname.texi
-@include functions/putc.texi
-@include functions/putc_unlocked.texi
-@include functions/putchar.texi
-@include functions/putchar_unlocked.texi
-@include functions/putenv.texi
-@include functions/putmsg.texi
-@include functions/putpmsg.texi
-@include functions/puts.texi
-@include functions/pututxline.texi
-@include functions/putwc.texi
-@include functions/putwchar.texi
-@include functions/pwrite.texi
-@include functions/qsort.texi
-@include functions/raise.texi
-@include functions/rand.texi
-@include functions/rand_r.texi
-@include functions/random.texi
-@include functions/read.texi
-@include functions/readdir.texi
-@include functions/readdir_r.texi
-@include functions/readlink.texi
-@include functions/readv.texi
-@include functions/realloc.texi
-@include functions/realpath.texi
-@include functions/recv.texi
-@include functions/recvfrom.texi
-@include functions/recvmsg.texi
-@include functions/regcomp.texi
-@include functions/regerror.texi
-@include functions/regexec.texi
-@include functions/regfree.texi
-@include functions/remainder.texi
-@include functions/remainderf.texi
-@include functions/remainderl.texi
-@include functions/remove.texi
-@include functions/remque.texi
-@include functions/remquo.texi
-@include functions/remquof.texi
-@include functions/remquol.texi
-@include functions/rename.texi
-@include functions/rewind.texi
-@include functions/rewinddir.texi
-@include functions/rindex.texi
-@include functions/rint.texi
-@include functions/rintf.texi
-@include functions/rintl.texi
-@include functions/rmdir.texi
-@include functions/round.texi
-@include functions/roundf.texi
-@include functions/roundl.texi
-@include functions/scalb.texi
-@include functions/scalbln.texi
-@include functions/scalblnf.texi
-@include functions/scalblnl.texi
-@include functions/scalbn.texi
-@include functions/scalbnf.texi
-@include functions/scalbnl.texi
-@include functions/scanf.texi
-@include functions/sched_get_priority_max.texi
-@include functions/sched_getparam.texi
-@include functions/sched_getscheduler.texi
-@include functions/sched_rr_get_interval.texi
-@include functions/sched_setparam.texi
-@include functions/sched_setscheduler.texi
-@include functions/sched_yield.texi
-@include functions/seed48.texi
-@include functions/seekdir.texi
-@include functions/select.texi
-@include functions/sem_close.texi
-@include functions/sem_destroy.texi
-@include functions/sem_getvalue.texi
-@include functions/sem_init.texi
-@include functions/sem_open.texi
-@include functions/sem_post.texi
-@include functions/sem_timedwait.texi
-@include functions/sem_trywait.texi
-@include functions/sem_unlink.texi
-@include functions/sem_wait.texi
-@include functions/semctl.texi
-@include functions/semget.texi
-@include functions/semop.texi
-@include functions/send.texi
-@include functions/sendmsg.texi
-@include functions/sendto.texi
-@include functions/setbuf.texi
-@include functions/setcontext.texi
-@include functions/setegid.texi
-@include functions/setenv.texi
-@include functions/seteuid.texi
-@include functions/setgid.texi
-@include functions/setgrent.texi
-@include functions/sethostent.texi
-@include functions/setitimer.texi
-@include functions/setjmp.texi
-@include functions/setkey.texi
-@include functions/setlocale.texi
-@include functions/setlogmask.texi
-@include functions/setnetent.texi
-@include functions/setpgid.texi
-@include functions/setpgrp.texi
-@include functions/setpriority.texi
-@include functions/setprotoent.texi
-@include functions/setpwent.texi
-@include functions/setregid.texi
-@include functions/setreuid.texi
-@include functions/setrlimit.texi
-@include functions/setservent.texi
-@include functions/setsid.texi
-@include functions/setsockopt.texi
-@include functions/setstate.texi
-@include functions/setuid.texi
-@include functions/setutxent.texi
-@include functions/setvbuf.texi
-@include functions/shm_open.texi
-@include functions/shm_unlink.texi
-@include functions/shmat.texi
-@include functions/shmctl.texi
-@include functions/shmdt.texi
-@include functions/shmget.texi
-@include functions/shutdown.texi
-@include functions/sigaction.texi
-@include functions/sigaddset.texi
-@include functions/sigaltstack.texi
-@include functions/sigdelset.texi
-@include functions/sigemptyset.texi
-@include functions/sigfillset.texi
-@include functions/sighold.texi
-@include functions/sigignore.texi
-@include functions/siginterrupt.texi
-@include functions/sigismember.texi
-@include functions/siglongjmp.texi
-@include functions/signal.texi
-@include functions/signbit.texi
-@include functions/sigpause.texi
-@include functions/sigpending.texi
-@include functions/sigprocmask.texi
-@include functions/sigqueue.texi
-@include functions/sigrelse.texi
-@include functions/sigset.texi
-@include functions/sigsetjmp.texi
-@include functions/sigsuspend.texi
-@include functions/sigtimedwait.texi
-@include functions/sigwait.texi
-@include functions/sigwaitinfo.texi
-@include functions/sin.texi
-@include functions/sinf.texi
-@include functions/sinh.texi
-@include functions/sinhf.texi
-@include functions/sinhl.texi
-@include functions/sinl.texi
-@include functions/sleep.texi
-@include functions/snprintf.texi
-@include functions/sockatmark.texi
-@include functions/socket.texi
-@include functions/socketpair.texi
-@include functions/sprintf.texi
-@include functions/sqrt.texi
-@include functions/sqrtf.texi
-@include functions/sqrtl.texi
-@include functions/srand.texi
-@include functions/srand48.texi
-@include functions/srandom.texi
-@include functions/sscanf.texi
-@include functions/stat.texi
-@include functions/statvfs.texi
-@include functions/stderr.texi
-@include functions/stdin.texi
-@include functions/stdout.texi
-@include functions/strcasecmp.texi
-@include functions/strcat.texi
-@include functions/strchr.texi
-@include functions/strcmp.texi
-@include functions/strcoll.texi
-@include functions/strcpy.texi
-@include functions/strcspn.texi
-@include functions/strdup.texi
-@include functions/strerror.texi
-@include functions/strerror_r.texi
-@include functions/strfmon.texi
-@include functions/strftime.texi
-@include functions/strlen.texi
-@include functions/strncasecmp.texi
-@include functions/strncat.texi
-@include functions/strncmp.texi
-@include functions/strncpy.texi
-@include functions/strpbrk.texi
-@include functions/strptime.texi
-@include functions/strrchr.texi
-@include functions/strspn.texi
-@include functions/strstr.texi
-@include functions/strtod.texi
-@include functions/strtof.texi
-@include functions/strtoimax.texi
-@include functions/strtok.texi
-@include functions/strtok_r.texi
-@include functions/strtol.texi
-@include functions/strtold.texi
-@include functions/strtoll.texi
-@include functions/strtoul.texi
-@include functions/strtoull.texi
-@include functions/strtoumax.texi
-@include functions/strxfrm.texi
-@include functions/swab.texi
-@include functions/swapcontext.texi
-@include functions/swprintf.texi
-@include functions/swscanf.texi
-@include functions/symlink.texi
-@include functions/sync.texi
-@include functions/sysconf.texi
-@include functions/syslog.texi
-@include functions/system.texi
-@include functions/tan.texi
-@include functions/tanf.texi
-@include functions/tanh.texi
-@include functions/tanhf.texi
-@include functions/tanhl.texi
-@include functions/tanl.texi
-@include functions/tcdrain.texi
-@include functions/tcflow.texi
-@include functions/tcflush.texi
-@include functions/tcgetattr.texi
-@include functions/tcgetpgrp.texi
-@include functions/tcgetsid.texi
-@include functions/tcsendbreak.texi
-@include functions/tcsetattr.texi
-@include functions/tcsetpgrp.texi
-@include functions/tdelete.texi
-@include functions/telldir.texi
-@include functions/tempnam.texi
-@include functions/tfind.texi
-@include functions/tgamma.texi
-@include functions/tgammaf.texi
-@include functions/tgammal.texi
-@include functions/time.texi
-@include functions/timer_create.texi
-@include functions/timer_delete.texi
-@include functions/timer_getoverrun.texi
-@include functions/timer_settime.texi
-@include functions/times.texi
-@include functions/timezone.texi
-@include functions/tmpfile.texi
-@include functions/tmpnam.texi
-@include functions/toascii.texi
-@include functions/tolower.texi
-@include functions/toupper.texi
-@include functions/towctrans.texi
-@include functions/towlower.texi
-@include functions/towupper.texi
-@include functions/trunc.texi
-@include functions/truncate.texi
-@include functions/truncf.texi
-@include functions/truncl.texi
-@include functions/tsearch.texi
-@include functions/ttyname.texi
-@include functions/ttyname_r.texi
-@include functions/twalk.texi
-@include functions/tzname.texi
-@include functions/tzset.texi
-@include functions/ualarm.texi
-@include functions/ulimit.texi
-@include functions/umask.texi
-@include functions/uname.texi
-@include functions/ungetc.texi
-@include functions/ungetwc.texi
-@include functions/unlink.texi
-@include functions/unlockpt.texi
-@include functions/unsetenv.texi
-@include functions/usleep.texi
-@include functions/utime.texi
-@include functions/utimes.texi
-@include functions/va_arg.texi
-@include functions/va_copy.texi
-@include functions/va_end.texi
-@include functions/va_start.texi
-@include functions/vfork.texi
-@include functions/vfprintf.texi
-@include functions/vfscanf.texi
-@include functions/vfwprintf.texi
-@include functions/vfwscanf.texi
-@include functions/vprintf.texi
-@include functions/vscanf.texi
-@include functions/vsnprintf.texi
-@include functions/vsprintf.texi
-@include functions/vsscanf.texi
-@include functions/vswprintf.texi
-@include functions/vswscanf.texi
-@include functions/vwprintf.texi
-@include functions/vwscanf.texi
-@include functions/wait.texi
-@include functions/waitid.texi
-@include functions/waitpid.texi
-@include functions/wcrtomb.texi
-@include functions/wcscat.texi
-@include functions/wcschr.texi
-@include functions/wcscmp.texi
-@include functions/wcscoll.texi
-@include functions/wcscpy.texi
-@include functions/wcscspn.texi
-@include functions/wcsftime.texi
-@include functions/wcslen.texi
-@include functions/wcsncat.texi
-@include functions/wcsncmp.texi
-@include functions/wcsncpy.texi
-@include functions/wcspbrk.texi
-@include functions/wcsrchr.texi
-@include functions/wcsrtombs.texi
-@include functions/wcsspn.texi
-@include functions/wcsstr.texi
-@include functions/wcstod.texi
-@include functions/wcstof.texi
-@include functions/wcstoimax.texi
-@include functions/wcstok.texi
-@include functions/wcstol.texi
-@include functions/wcstold.texi
-@include functions/wcstoll.texi
-@include functions/wcstombs.texi
-@include functions/wcstoul.texi
-@include functions/wcstoull.texi
-@include functions/wcstoumax.texi
-@include functions/wcswcs.texi
-@include functions/wcswidth.texi
-@include functions/wcsxfrm.texi
-@include functions/wctob.texi
-@include functions/wctomb.texi
-@include functions/wctrans.texi
-@include functions/wctype.texi
-@include functions/wcwidth.texi
-@include functions/wmemchr.texi
-@include functions/wmemcmp.texi
-@include functions/wmemcpy.texi
-@include functions/wmemmove.texi
-@include functions/wmemset.texi
-@include functions/wordexp.texi
-@include functions/wordfree.texi
-@include functions/wprintf.texi
-@include functions/write.texi
-@include functions/writev.texi
-@include functions/wscanf.texi
-@include functions/y0.texi
-@include functions/y1.texi
-@include functions/yn.texi
+@include posix-functions/FD_CLR.texi
+@include posix-functions/FD_ISSET.texi
+@include posix-functions/FD_SET.texi
+@include posix-functions/FD_ZERO.texi
+@include posix-functions/_Exit_C99.texi
+@include posix-functions/_exit.texi
+@include posix-functions/_longjmp.texi
+@include posix-functions/_setjmp.texi
+@include posix-functions/_tolower.texi
+@include posix-functions/_toupper.texi
+@include posix-functions/a64l.texi
+@include posix-functions/abort.texi
+@include posix-functions/abs.texi
+@include posix-functions/accept.texi
+@include posix-functions/access.texi
+@include posix-functions/acos.texi
+@include posix-functions/acosf.texi
+@include posix-functions/acosh.texi
+@include posix-functions/acoshf.texi
+@include posix-functions/acoshl.texi
+@include posix-functions/acosl.texi
+@include posix-functions/aio_cancel.texi
+@include posix-functions/aio_error.texi
+@include posix-functions/aio_fsync.texi
+@include posix-functions/aio_read.texi
+@include posix-functions/aio_return.texi
+@include posix-functions/aio_suspend.texi
+@include posix-functions/aio_write.texi
+@include posix-functions/alarm.texi
+@include posix-functions/asctime.texi
+@include posix-functions/asctime_r.texi
+@include posix-functions/asin.texi
+@include posix-functions/asinf.texi
+@include posix-functions/asinh.texi
+@include posix-functions/asinhf.texi
+@include posix-functions/asinhl.texi
+@include posix-functions/asinl.texi
+@include posix-functions/assert.texi
+@include posix-functions/atan.texi
+@include posix-functions/atan2.texi
+@include posix-functions/atan2f.texi
+@include posix-functions/atan2l.texi
+@include posix-functions/atanf.texi
+@include posix-functions/atanh.texi
+@include posix-functions/atanhf.texi
+@include posix-functions/atanhl.texi
+@include posix-functions/atanl.texi
+@include posix-functions/atexit.texi
+@include posix-functions/atof.texi
+@include posix-functions/atoi.texi
+@include posix-functions/atol.texi
+@include posix-functions/atoll.texi
+@include posix-functions/basename.texi
+@include posix-functions/bcmp.texi
+@include posix-functions/bcopy.texi
+@include posix-functions/bind.texi
+@include posix-functions/bsd_signal.texi
+@include posix-functions/bsearch.texi
+@include posix-functions/btowc.texi
+@include posix-functions/bzero.texi
+@include posix-functions/cabs.texi
+@include posix-functions/cabsf.texi
+@include posix-functions/cabsl.texi
+@include posix-functions/cacos.texi
+@include posix-functions/cacosf.texi
+@include posix-functions/cacosh.texi
+@include posix-functions/cacoshf.texi
+@include posix-functions/cacoshl.texi
+@include posix-functions/cacosl.texi
+@include posix-functions/calloc.texi
+@include posix-functions/carg.texi
+@include posix-functions/cargf.texi
+@include posix-functions/cargl.texi
+@include posix-functions/casin.texi
+@include posix-functions/casinf.texi
+@include posix-functions/casinh.texi
+@include posix-functions/casinhf.texi
+@include posix-functions/casinhl.texi
+@include posix-functions/casinl.texi
+@include posix-functions/catan.texi
+@include posix-functions/catanf.texi
+@include posix-functions/catanh.texi
+@include posix-functions/catanhf.texi
+@include posix-functions/catanhl.texi
+@include posix-functions/catanl.texi
+@include posix-functions/catclose.texi
+@include posix-functions/catgets.texi
+@include posix-functions/catopen.texi
+@include posix-functions/cbrt.texi
+@include posix-functions/cbrtf.texi
+@include posix-functions/cbrtl.texi
+@include posix-functions/ccos.texi
+@include posix-functions/ccosf.texi
+@include posix-functions/ccosh.texi
+@include posix-functions/ccoshf.texi
+@include posix-functions/ccoshl.texi
+@include posix-functions/ccosl.texi
+@include posix-functions/ceil.texi
+@include posix-functions/ceilf.texi
+@include posix-functions/ceill.texi
+@include posix-functions/cexp.texi
+@include posix-functions/cexpf.texi
+@include posix-functions/cexpl.texi
+@include posix-functions/cfgetispeed.texi
+@include posix-functions/cfgetospeed.texi
+@include posix-functions/cfsetispeed.texi
+@include posix-functions/cfsetospeed.texi
+@include posix-functions/chdir.texi
+@include posix-functions/chmod.texi
+@include posix-functions/chown.texi
+@include posix-functions/cimag.texi
+@include posix-functions/cimagf.texi
+@include posix-functions/cimagl.texi
+@include posix-functions/clearerr.texi
+@include posix-functions/clock.texi
+@include posix-functions/clock_getcpuclockid.texi
+@include posix-functions/clock_getres.texi
+@include posix-functions/clock_gettime.texi
+@include posix-functions/clock_nanosleep.texi
+@include posix-functions/clock_settime.texi
+@include posix-functions/clog.texi
+@include posix-functions/clogf.texi
+@include posix-functions/clogl.texi
+@include posix-functions/close.texi
+@include posix-functions/closedir.texi
+@include posix-functions/closelog.texi
+@include posix-functions/confstr.texi
+@include posix-functions/conj.texi
+@include posix-functions/conjf.texi
+@include posix-functions/conjl.texi
+@include posix-functions/connect.texi
+@include posix-functions/copysign.texi
+@include posix-functions/copysignf.texi
+@include posix-functions/copysignl.texi
+@include posix-functions/cos.texi
+@include posix-functions/cosf.texi
+@include posix-functions/cosh.texi
+@include posix-functions/coshf.texi
+@include posix-functions/coshl.texi
+@include posix-functions/cosl.texi
+@include posix-functions/cpow.texi
+@include posix-functions/cpowf.texi
+@include posix-functions/cpowl.texi
+@include posix-functions/cproj.texi
+@include posix-functions/cprojf.texi
+@include posix-functions/cprojl.texi
+@include posix-functions/creal.texi
+@include posix-functions/crealf.texi
+@include posix-functions/creall.texi
+@include posix-functions/creat.texi
+@include posix-functions/crypt.texi
+@include posix-functions/csin.texi
+@include posix-functions/csinf.texi
+@include posix-functions/csinh.texi
+@include posix-functions/csinhf.texi
+@include posix-functions/csinhl.texi
+@include posix-functions/csinl.texi
+@include posix-functions/csqrt.texi
+@include posix-functions/csqrtf.texi
+@include posix-functions/csqrtl.texi
+@include posix-functions/ctan.texi
+@include posix-functions/ctanf.texi
+@include posix-functions/ctanh.texi
+@include posix-functions/ctanhf.texi
+@include posix-functions/ctanhl.texi
+@include posix-functions/ctanl.texi
+@include posix-functions/ctermid.texi
+@include posix-functions/ctime.texi
+@include posix-functions/ctime_r.texi
+@include posix-functions/daylight.texi
+@include posix-functions/dbm_clearerr.texi
+@include posix-functions/dbm_close.texi
+@include posix-functions/dbm_delete.texi
+@include posix-functions/dbm_error.texi
+@include posix-functions/dbm_fetch.texi
+@include posix-functions/dbm_firstkey.texi
+@include posix-functions/dbm_nextkey.texi
+@include posix-functions/dbm_open.texi
+@include posix-functions/dbm_store.texi
+@include posix-functions/difftime.texi
+@include posix-functions/dirname.texi
+@include posix-functions/div.texi
+@include posix-functions/dlclose.texi
+@include posix-functions/dlerror.texi
+@include posix-functions/dlopen.texi
+@include posix-functions/dlsym.texi
+@include posix-functions/drand48.texi
+@include posix-functions/dup.texi
+@include posix-functions/dup2.texi
+@include posix-functions/ecvt.texi
+@include posix-functions/encrypt.texi
+@include posix-functions/endgrent.texi
+@include posix-functions/endhostent.texi
+@include posix-functions/endnetent.texi
+@include posix-functions/endprotoent.texi
+@include posix-functions/endpwent.texi
+@include posix-functions/endservent.texi
+@include posix-functions/endutxent.texi
+@include posix-functions/environ.texi
+@include posix-functions/erand48.texi
+@include posix-functions/erf.texi
+@include posix-functions/erfc.texi
+@include posix-functions/erfcf.texi
+@include posix-functions/erfcl.texi
+@include posix-functions/erff.texi
+@include posix-functions/erfl.texi
+@include posix-functions/errno.texi
+@include posix-functions/execl.texi
+@include posix-functions/execle.texi
+@include posix-functions/execlp.texi
+@include posix-functions/execv.texi
+@include posix-functions/execve.texi
+@include posix-functions/execvp.texi
+@include posix-functions/exit.texi
+@include posix-functions/exp.texi
+@include posix-functions/exp2.texi
+@include posix-functions/exp2f.texi
+@include posix-functions/exp2l.texi
+@include posix-functions/expf.texi
+@include posix-functions/expl.texi
+@include posix-functions/expm1.texi
+@include posix-functions/expm1f.texi
+@include posix-functions/expm1l.texi
+@include posix-functions/fabs.texi
+@include posix-functions/fabsf.texi
+@include posix-functions/fabsl.texi
+@include posix-functions/fattach.texi
+@include posix-functions/fchdir.texi
+@include posix-functions/fchmod.texi
+@include posix-functions/fchown.texi
+@include posix-functions/fclose.texi
+@include posix-functions/fcntl.texi
+@include posix-functions/fcvt.texi
+@include posix-functions/fdatasync.texi
+@include posix-functions/fdetach.texi
+@include posix-functions/fdim.texi
+@include posix-functions/fdimf.texi
+@include posix-functions/fdiml.texi
+@include posix-functions/fdopen.texi
+@include posix-functions/feclearexcept.texi
+@include posix-functions/fegetenv.texi
+@include posix-functions/fegetexceptflag.texi
+@include posix-functions/fegetround.texi
+@include posix-functions/feholdexcept.texi
+@include posix-functions/feof.texi
+@include posix-functions/feraiseexcept.texi
+@include posix-functions/ferror.texi
+@include posix-functions/fesetenv.texi
+@include posix-functions/fesetexceptflag.texi
+@include posix-functions/fesetround.texi
+@include posix-functions/fetestexcept.texi
+@include posix-functions/feupdateenv.texi
+@include posix-functions/fflush.texi
+@include posix-functions/ffs.texi
+@include posix-functions/fgetc.texi
+@include posix-functions/fgetpos.texi
+@include posix-functions/fgets.texi
+@include posix-functions/fgetwc.texi
+@include posix-functions/fgetws.texi
+@include posix-functions/fileno.texi
+@include posix-functions/flockfile.texi
+@include posix-functions/floor.texi
+@include posix-functions/floorf.texi
+@include posix-functions/floorl.texi
+@include posix-functions/fma.texi
+@include posix-functions/fmaf.texi
+@include posix-functions/fmal.texi
+@include posix-functions/fmax.texi
+@include posix-functions/fmaxf.texi
+@include posix-functions/fmaxl.texi
+@include posix-functions/fmin.texi
+@include posix-functions/fminf.texi
+@include posix-functions/fminl.texi
+@include posix-functions/fmod.texi
+@include posix-functions/fmodf.texi
+@include posix-functions/fmodl.texi
+@include posix-functions/fmtmsg.texi
+@include posix-functions/fnmatch.texi
+@include posix-functions/fopen.texi
+@include posix-functions/fork.texi
+@include posix-functions/fpathconf.texi
+@include posix-functions/fpclassify.texi
+@include posix-functions/fprintf.texi
+@include posix-functions/fputc.texi
+@include posix-functions/fputs.texi
+@include posix-functions/fputwc.texi
+@include posix-functions/fputws.texi
+@include posix-functions/fread.texi
+@include posix-functions/free.texi
+@include posix-functions/freeaddrinfo.texi
+@include posix-functions/freopen.texi
+@include posix-functions/frexp.texi
+@include posix-functions/frexpf.texi
+@include posix-functions/frexpl.texi
+@include posix-functions/fscanf.texi
+@include posix-functions/fseek.texi
+@include posix-functions/fseeko.texi
+@include posix-functions/fsetpos.texi
+@include posix-functions/fstat.texi
+@include posix-functions/fstatvfs.texi
+@include posix-functions/fsync.texi
+@include posix-functions/ftell.texi
+@include posix-functions/ftello.texi
+@include posix-functions/ftime.texi
+@include posix-functions/ftok.texi
+@include posix-functions/ftruncate.texi
+@include posix-functions/ftrylockfile.texi
+@include posix-functions/ftw.texi
+@include posix-functions/funlockfile.texi
+@include posix-functions/fwide.texi
+@include posix-functions/fwprintf.texi
+@include posix-functions/fwrite.texi
+@include posix-functions/fwscanf.texi
+@include posix-functions/gai_strerror.texi
+@include posix-functions/gcvt.texi
+@include posix-functions/getaddrinfo.texi
+@include posix-functions/getc.texi
+@include posix-functions/getc_unlocked.texi
+@include posix-functions/getchar.texi
+@include posix-functions/getchar_unlocked.texi
+@include posix-functions/getcontext.texi
+@include posix-functions/getcwd.texi
+@include posix-functions/getdate.texi
+@include posix-functions/getdelim.texi
+@include posix-functions/getegid.texi
+@include posix-functions/getenv.texi
+@include posix-functions/geteuid.texi
+@include posix-functions/getgid.texi
+@include posix-functions/getgrent.texi
+@include posix-functions/getgrgid.texi
+@include posix-functions/getgrgid_r.texi
+@include posix-functions/getgrnam.texi
+@include posix-functions/getgrnam_r.texi
+@include posix-functions/getgroups.texi
+@include posix-functions/gethostbyaddr.texi
+@include posix-functions/gethostbyname.texi
+@include posix-functions/gethostent.texi
+@include posix-functions/gethostid.texi
+@include posix-functions/gethostname.texi
+@include posix-functions/getitimer.texi
+@include posix-functions/getline.texi
+@include posix-functions/getlogin.texi
+@include posix-functions/getlogin_r.texi
+@include posix-functions/getmsg.texi
+@include posix-functions/getnameinfo.texi
+@include posix-functions/getnetbyaddr.texi
+@include posix-functions/getnetbyname.texi
+@include posix-functions/getnetent.texi
+@include posix-functions/getopt.texi
+@include posix-functions/getpeername.texi
+@include posix-functions/getpgid.texi
+@include posix-functions/getpgrp.texi
+@include posix-functions/getpid.texi
+@include posix-functions/getpmsg.texi
+@include posix-functions/getppid.texi
+@include posix-functions/getpriority.texi
+@include posix-functions/getprotobyname.texi
+@include posix-functions/getprotobynumber.texi
+@include posix-functions/getprotoent.texi
+@include posix-functions/getpwent.texi
+@include posix-functions/getpwnam.texi
+@include posix-functions/getpwnam_r.texi
+@include posix-functions/getpwuid.texi
+@include posix-functions/getpwuid_r.texi
+@include posix-functions/getrlimit.texi
+@include posix-functions/getrusage.texi
+@include posix-functions/gets.texi
+@include posix-functions/getservbyname.texi
+@include posix-functions/getservbyport.texi
+@include posix-functions/getservent.texi
+@include posix-functions/getsid.texi
+@include posix-functions/getsockname.texi
+@include posix-functions/getsockopt.texi
+@include posix-functions/getsubopt.texi
+@include posix-functions/gettimeofday.texi
+@include posix-functions/getuid.texi
+@include posix-functions/getutxent.texi
+@include posix-functions/getutxid.texi
+@include posix-functions/getutxline.texi
+@include posix-functions/getwc.texi
+@include posix-functions/getwchar.texi
+@include posix-functions/getwd.texi
+@include posix-functions/glob.texi
+@include posix-functions/globfree.texi
+@include posix-functions/gmtime.texi
+@include posix-functions/gmtime_r.texi
+@include posix-functions/grantpt.texi
+@include posix-functions/h_errno.texi
+@include posix-functions/hcreate.texi
+@include posix-functions/hdestroy.texi
+@include posix-functions/hsearch.texi
+@include posix-functions/htonl.texi
+@include posix-functions/htons.texi
+@include posix-functions/hypot.texi
+@include posix-functions/hypotf.texi
+@include posix-functions/hypotl.texi
+@include posix-functions/iconv.texi
+@include posix-functions/iconv_close.texi
+@include posix-functions/iconv_open.texi
+@include posix-functions/if_freenameindex.texi
+@include posix-functions/if_indextoname.texi
+@include posix-functions/if_nameindex.texi
+@include posix-functions/if_nametoindex.texi
+@include posix-functions/ilogb.texi
+@include posix-functions/ilogbf.texi
+@include posix-functions/ilogbl.texi
+@include posix-functions/imaxabs.texi
+@include posix-functions/imaxdiv.texi
+@include posix-functions/index.texi
+@include posix-functions/inet_addr.texi
+@include posix-functions/inet_ntoa.texi
+@include posix-functions/inet_ntop.texi
+@include posix-functions/inet_pton.texi
+@include posix-functions/initstate.texi
+@include posix-functions/insque.texi
+@include posix-functions/ioctl.texi
+@include posix-functions/isalnum.texi
+@include posix-functions/isalpha.texi
+@include posix-functions/isascii.texi
+@include posix-functions/isastream.texi
+@include posix-functions/isatty.texi
+@include posix-functions/isblank.texi
+@include posix-functions/iscntrl.texi
+@include posix-functions/isdigit.texi
+@include posix-functions/isfinite.texi
+@include posix-functions/isgraph.texi
+@include posix-functions/isgreater.texi
+@include posix-functions/isgreaterequal.texi
+@include posix-functions/isinf.texi
+@include posix-functions/isless.texi
+@include posix-functions/islessequal.texi
+@include posix-functions/islessgreater.texi
+@include posix-functions/islower.texi
+@include posix-functions/isnan.texi
+@include posix-functions/isnormal.texi
+@include posix-functions/isprint.texi
+@include posix-functions/ispunct.texi
+@include posix-functions/isspace.texi
+@include posix-functions/isunordered.texi
+@include posix-functions/isupper.texi
+@include posix-functions/iswalnum.texi
+@include posix-functions/iswalpha.texi
+@include posix-functions/iswblank.texi
+@include posix-functions/iswcntrl.texi
+@include posix-functions/iswctype.texi
+@include posix-functions/iswdigit.texi
+@include posix-functions/iswgraph.texi
+@include posix-functions/iswlower.texi
+@include posix-functions/iswprint.texi
+@include posix-functions/iswpunct.texi
+@include posix-functions/iswspace.texi
+@include posix-functions/iswupper.texi
+@include posix-functions/iswxdigit.texi
+@include posix-functions/isxdigit.texi
+@include posix-functions/j0.texi
+@include posix-functions/j1.texi
+@include posix-functions/jn.texi
+@include posix-functions/jrand48.texi
+@include posix-functions/kill.texi
+@include posix-functions/killpg.texi
+@include posix-functions/l64a.texi
+@include posix-functions/labs.texi
+@include posix-functions/lchown.texi
+@include posix-functions/lcong48.texi
+@include posix-functions/ldexp.texi
+@include posix-functions/ldexpf.texi
+@include posix-functions/ldexpl.texi
+@include posix-functions/ldiv.texi
+@include posix-functions/lfind.texi
+@include posix-functions/lgamma.texi
+@include posix-functions/lgammaf.texi
+@include posix-functions/lgammal.texi
+@include posix-functions/link.texi
+@include posix-functions/lio_listio.texi
+@include posix-functions/listen.texi
+@include posix-functions/llabs.texi
+@include posix-functions/lldiv.texi
+@include posix-functions/llrint.texi
+@include posix-functions/llrintf.texi
+@include posix-functions/llrintl.texi
+@include posix-functions/llround.texi
+@include posix-functions/llroundf.texi
+@include posix-functions/llroundl.texi
+@include posix-functions/localeconv.texi
+@include posix-functions/localtime.texi
+@include posix-functions/localtime_r.texi
+@include posix-functions/lockf.texi
+@include posix-functions/log.texi
+@include posix-functions/log10.texi
+@include posix-functions/log10f.texi
+@include posix-functions/log10l.texi
+@include posix-functions/log1p.texi
+@include posix-functions/log1pf.texi
+@include posix-functions/log1pl.texi
+@include posix-functions/log2.texi
+@include posix-functions/log2f.texi
+@include posix-functions/log2l.texi
+@include posix-functions/logb.texi
+@include posix-functions/logbf.texi
+@include posix-functions/logbl.texi
+@include posix-functions/logf.texi
+@include posix-functions/logl.texi
+@include posix-functions/longjmp.texi
+@include posix-functions/lrand48.texi
+@include posix-functions/lrint.texi
+@include posix-functions/lrintf.texi
+@include posix-functions/lrintl.texi
+@include posix-functions/lround.texi
+@include posix-functions/lroundf.texi
+@include posix-functions/lroundl.texi
+@include posix-functions/lsearch.texi
+@include posix-functions/lseek.texi
+@include posix-functions/lstat.texi
+@include posix-functions/makecontext.texi
+@include posix-functions/malloc.texi
+@include posix-functions/mblen.texi
+@include posix-functions/mbrlen.texi
+@include posix-functions/mbrtowc.texi
+@include posix-functions/mbsinit.texi
+@include posix-functions/mbsrtowcs.texi
+@include posix-functions/mbstowcs.texi
+@include posix-functions/mbtowc.texi
+@include posix-functions/memccpy.texi
+@include posix-functions/memchr.texi
+@include posix-functions/memcmp.texi
+@include posix-functions/memcpy.texi
+@include posix-functions/memmove.texi
+@include posix-functions/memset.texi
+@include posix-functions/mkdir.texi
+@include posix-functions/mkfifo.texi
+@include posix-functions/mknod.texi
+@include posix-functions/mkstemp.texi
+@include posix-functions/mktemp.texi
+@include posix-functions/mktime.texi
+@include posix-functions/mlock.texi
+@include posix-functions/mlockall.texi
+@include posix-functions/mmap.texi
+@include posix-functions/modf.texi
+@include posix-functions/modff.texi
+@include posix-functions/modfl.texi
+@include posix-functions/mprotect.texi
+@include posix-functions/mq_close.texi
+@include posix-functions/mq_getattr.texi
+@include posix-functions/mq_notify.texi
+@include posix-functions/mq_open.texi
+@include posix-functions/mq_receive.texi
+@include posix-functions/mq_send.texi
+@include posix-functions/mq_setattr.texi
+@include posix-functions/mq_timedreceive.texi
+@include posix-functions/mq_timedsend.texi
+@include posix-functions/mq_unlink.texi
+@include posix-functions/mrand48.texi
+@include posix-functions/msgctl.texi
+@include posix-functions/msgget.texi
+@include posix-functions/msgrcv.texi
+@include posix-functions/msgsnd.texi
+@include posix-functions/msync.texi
+@include posix-functions/munlock.texi
+@include posix-functions/munlockall.texi
+@include posix-functions/munmap.texi
+@include posix-functions/nan.texi
+@include posix-functions/nanf.texi
+@include posix-functions/nanl.texi
+@include posix-functions/nanosleep.texi
+@include posix-functions/nearbyint.texi
+@include posix-functions/nearbyintf.texi
+@include posix-functions/nearbyintl.texi
+@include posix-functions/nextafter.texi
+@include posix-functions/nextafterf.texi
+@include posix-functions/nextafterl.texi
+@include posix-functions/nexttoward.texi
+@include posix-functions/nexttowardf.texi
+@include posix-functions/nexttowardl.texi
+@include posix-functions/nftw.texi
+@include posix-functions/nice.texi
+@include posix-functions/nl_langinfo.texi
+@include posix-functions/nrand48.texi
+@include posix-functions/ntohl.texi
+@include posix-functions/ntohs.texi
+@include posix-functions/open.texi
+@include posix-functions/opendir.texi
+@include posix-functions/openlog.texi
+@include posix-functions/optarg.texi
+@include posix-functions/pathconf.texi
+@include posix-functions/pause.texi
+@include posix-functions/pclose.texi
+@include posix-functions/perror.texi
+@include posix-functions/pipe.texi
+@include posix-functions/poll.texi
+@include posix-functions/popen.texi
+@include posix-functions/posix_fadvise.texi
+@include posix-functions/posix_fallocate.texi
+@include posix-functions/posix_madvise.texi
+@include posix-functions/posix_mem_offset.texi
+@include posix-functions/posix_memalign.texi
+@include posix-functions/posix_openpt.texi
+@include posix-functions/posix_spawn.texi
+@include posix-functions/posix_spawn_file_actions_addclose.texi
+@include posix-functions/posix_spawn_file_actions_adddup2.texi
+@include posix-functions/posix_spawn_file_actions_addopen.texi
+@include posix-functions/posix_spawn_file_actions_destroy.texi
+@include posix-functions/posix_spawn_file_actions_init.texi
+@include posix-functions/posix_spawnattr_destroy.texi
+@include posix-functions/posix_spawnattr_getflags.texi
+@include posix-functions/posix_spawnattr_getpgroup.texi
+@include posix-functions/posix_spawnattr_getschedparam.texi
+@include posix-functions/posix_spawnattr_getschedpolicy.texi
+@include posix-functions/posix_spawnattr_getsigdefault.texi
+@include posix-functions/posix_spawnattr_getsigmask.texi
+@include posix-functions/posix_spawnattr_init.texi
+@include posix-functions/posix_spawnattr_setflags.texi
+@include posix-functions/posix_spawnattr_setpgroup.texi
+@include posix-functions/posix_spawnattr_setschedparam.texi
+@include posix-functions/posix_spawnattr_setschedpolicy.texi
+@include posix-functions/posix_spawnattr_setsigdefault.texi
+@include posix-functions/posix_spawnattr_setsigmask.texi
+@include posix-functions/posix_spawnp.texi
+@include posix-functions/posix_trace_attr_destroy.texi
+@include posix-functions/posix_trace_attr_getclockres.texi
+@include posix-functions/posix_trace_attr_getcreatetime.texi
+@include posix-functions/posix_trace_attr_getgenversion.texi
+@include posix-functions/posix_trace_attr_getinherited.texi
+@include posix-functions/posix_trace_attr_getlogfullpolicy.texi
+@include posix-functions/posix_trace_attr_getlogsize.texi
+@include posix-functions/posix_trace_attr_getmaxdatasize.texi
+@include posix-functions/posix_trace_attr_getmaxsystemeventsize.texi
+@include posix-functions/posix_trace_attr_getmaxusereventsize.texi
+@include posix-functions/posix_trace_attr_getname.texi
+@include posix-functions/posix_trace_attr_getstreamfullpolicy.texi
+@include posix-functions/posix_trace_attr_getstreamsize.texi
+@include posix-functions/posix_trace_attr_init.texi
+@include posix-functions/posix_trace_attr_setinherited.texi
+@include posix-functions/posix_trace_attr_setlogfullpolicy.texi
+@include posix-functions/posix_trace_attr_setlogsize.texi
+@include posix-functions/posix_trace_attr_setmaxdatasize.texi
+@include posix-functions/posix_trace_attr_setname.texi
+@include posix-functions/posix_trace_attr_setstreamfullpolicy.texi
+@include posix-functions/posix_trace_attr_setstreamsize.texi
+@include posix-functions/posix_trace_clear.texi
+@include posix-functions/posix_trace_close.texi
+@include posix-functions/posix_trace_create.texi
+@include posix-functions/posix_trace_create_withlog.texi
+@include posix-functions/posix_trace_event.texi
+@include posix-functions/posix_trace_eventid_equal.texi
+@include posix-functions/posix_trace_eventid_get_name.texi
+@include posix-functions/posix_trace_eventid_open.texi
+@include posix-functions/posix_trace_eventset_add.texi
+@include posix-functions/posix_trace_eventset_del.texi
+@include posix-functions/posix_trace_eventset_empty.texi
+@include posix-functions/posix_trace_eventset_fill.texi
+@include posix-functions/posix_trace_eventset_ismember.texi
+@include posix-functions/posix_trace_eventtypelist_getnext_id.texi
+@include posix-functions/posix_trace_eventtypelist_rewind.texi
+@include posix-functions/posix_trace_flush.texi
+@include posix-functions/posix_trace_get_attr.texi
+@include posix-functions/posix_trace_get_filter.texi
+@include posix-functions/posix_trace_get_status.texi
+@include posix-functions/posix_trace_getnext_event.texi
+@include posix-functions/posix_trace_open.texi
+@include posix-functions/posix_trace_rewind.texi
+@include posix-functions/posix_trace_set_filter.texi
+@include posix-functions/posix_trace_shutdown.texi
+@include posix-functions/posix_trace_start.texi
+@include posix-functions/posix_trace_stop.texi
+@include posix-functions/posix_trace_timedgetnext_event.texi
+@include posix-functions/posix_trace_trid_eventid_open.texi
+@include posix-functions/posix_trace_trygetnext_event.texi
+@include posix-functions/posix_typed_mem_get_info.texi
+@include posix-functions/posix_typed_mem_open.texi
+@include posix-functions/pow.texi
+@include posix-functions/powf.texi
+@include posix-functions/powl.texi
+@include posix-functions/pread.texi
+@include posix-functions/printf.texi
+@include posix-functions/pselect.texi
+@include posix-functions/pthread_atfork.texi
+@include posix-functions/pthread_attr_destroy.texi
+@include posix-functions/pthread_attr_getdetachstate.texi
+@include posix-functions/pthread_attr_getguardsize.texi
+@include posix-functions/pthread_attr_getinheritsched.texi
+@include posix-functions/pthread_attr_getschedparam.texi
+@include posix-functions/pthread_attr_getschedpolicy.texi
+@include posix-functions/pthread_attr_getscope.texi
+@include posix-functions/pthread_attr_getstack.texi
+@include posix-functions/pthread_attr_getstackaddr.texi
+@include posix-functions/pthread_attr_getstacksize.texi
+@include posix-functions/pthread_attr_init.texi
+@include posix-functions/pthread_attr_setdetachstate.texi
+@include posix-functions/pthread_attr_setguardsize.texi
+@include posix-functions/pthread_attr_setinheritsched.texi
+@include posix-functions/pthread_attr_setschedparam.texi
+@include posix-functions/pthread_attr_setschedpolicy.texi
+@include posix-functions/pthread_attr_setscope.texi
+@include posix-functions/pthread_attr_setstack.texi
+@include posix-functions/pthread_attr_setstackaddr.texi
+@include posix-functions/pthread_attr_setstacksize.texi
+@include posix-functions/pthread_barrier_destroy.texi
+@include posix-functions/pthread_barrier_init.texi
+@include posix-functions/pthread_barrier_wait.texi
+@include posix-functions/pthread_barrierattr_destroy.texi
+@include posix-functions/pthread_barrierattr_getpshared.texi
+@include posix-functions/pthread_barrierattr_init.texi
+@include posix-functions/pthread_barrierattr_setpshared.texi
+@include posix-functions/pthread_cancel.texi
+@include posix-functions/pthread_cleanup_pop.texi
+@include posix-functions/pthread_cleanup_push.texi
+@include posix-functions/pthread_cond_broadcast.texi
+@include posix-functions/pthread_cond_destroy.texi
+@include posix-functions/pthread_cond_init.texi
+@include posix-functions/pthread_cond_signal.texi
+@include posix-functions/pthread_cond_timedwait.texi
+@include posix-functions/pthread_cond_wait.texi
+@include posix-functions/pthread_condattr_destroy.texi
+@include posix-functions/pthread_condattr_getclock.texi
+@include posix-functions/pthread_condattr_getpshared.texi
+@include posix-functions/pthread_condattr_init.texi
+@include posix-functions/pthread_condattr_setclock.texi
+@include posix-functions/pthread_condattr_setpshared.texi
+@include posix-functions/pthread_create.texi
+@include posix-functions/pthread_detach.texi
+@include posix-functions/pthread_equal.texi
+@include posix-functions/pthread_exit.texi
+@include posix-functions/pthread_getconcurrency.texi
+@include posix-functions/pthread_getcpuclockid.texi
+@include posix-functions/pthread_getschedparam.texi
+@include posix-functions/pthread_getspecific.texi
+@include posix-functions/pthread_join.texi
+@include posix-functions/pthread_key_create.texi
+@include posix-functions/pthread_key_delete.texi
+@include posix-functions/pthread_kill.texi
+@include posix-functions/pthread_mutex_destroy.texi
+@include posix-functions/pthread_mutex_getprioceiling.texi
+@include posix-functions/pthread_mutex_init.texi
+@include posix-functions/pthread_mutex_lock.texi
+@include posix-functions/pthread_mutex_setprioceiling.texi
+@include posix-functions/pthread_mutex_timedlock.texi
+@include posix-functions/pthread_mutex_trylock.texi
+@include posix-functions/pthread_mutex_unlock.texi
+@include posix-functions/pthread_mutexattr_destroy.texi
+@include posix-functions/pthread_mutexattr_getprioceiling.texi
+@include posix-functions/pthread_mutexattr_getprotocol.texi
+@include posix-functions/pthread_mutexattr_getpshared.texi
+@include posix-functions/pthread_mutexattr_gettype.texi
+@include posix-functions/pthread_mutexattr_init.texi
+@include posix-functions/pthread_mutexattr_setprioceiling.texi
+@include posix-functions/pthread_mutexattr_setprotocol.texi
+@include posix-functions/pthread_mutexattr_setpshared.texi
+@include posix-functions/pthread_mutexattr_settype.texi
+@include posix-functions/pthread_once.texi
+@include posix-functions/pthread_rwlock_destroy.texi
+@include posix-functions/pthread_rwlock_init.texi
+@include posix-functions/pthread_rwlock_rdlock.texi
+@include posix-functions/pthread_rwlock_timedrdlock.texi
+@include posix-functions/pthread_rwlock_timedwrlock.texi
+@include posix-functions/pthread_rwlock_tryrdlock.texi
+@include posix-functions/pthread_rwlock_trywrlock.texi
+@include posix-functions/pthread_rwlock_unlock.texi
+@include posix-functions/pthread_rwlock_wrlock.texi
+@include posix-functions/pthread_rwlockattr_destroy.texi
+@include posix-functions/pthread_rwlockattr_getpshared.texi
+@include posix-functions/pthread_rwlockattr_init.texi
+@include posix-functions/pthread_rwlockattr_setpshared.texi
+@include posix-functions/pthread_self.texi
+@include posix-functions/pthread_setcancelstate.texi
+@include posix-functions/pthread_setcanceltype.texi
+@include posix-functions/pthread_setconcurrency.texi
+@include posix-functions/pthread_setschedparam.texi
+@include posix-functions/pthread_setschedprio.texi
+@include posix-functions/pthread_setspecific.texi
+@include posix-functions/pthread_sigmask.texi
+@include posix-functions/pthread_spin_destroy.texi
+@include posix-functions/pthread_spin_init.texi
+@include posix-functions/pthread_spin_lock.texi
+@include posix-functions/pthread_spin_trylock.texi
+@include posix-functions/pthread_spin_unlock.texi
+@include posix-functions/pthread_testcancel.texi
+@include posix-functions/ptsname.texi
+@include posix-functions/putc.texi
+@include posix-functions/putc_unlocked.texi
+@include posix-functions/putchar.texi
+@include posix-functions/putchar_unlocked.texi
+@include posix-functions/putenv.texi
+@include posix-functions/putmsg.texi
+@include posix-functions/putpmsg.texi
+@include posix-functions/puts.texi
+@include posix-functions/pututxline.texi
+@include posix-functions/putwc.texi
+@include posix-functions/putwchar.texi
+@include posix-functions/pwrite.texi
+@include posix-functions/qsort.texi
+@include posix-functions/raise.texi
+@include posix-functions/rand.texi
+@include posix-functions/rand_r.texi
+@include posix-functions/random.texi
+@include posix-functions/read.texi
+@include posix-functions/readdir.texi
+@include posix-functions/readdir_r.texi
+@include posix-functions/readlink.texi
+@include posix-functions/readv.texi
+@include posix-functions/realloc.texi
+@include posix-functions/realpath.texi
+@include posix-functions/recv.texi
+@include posix-functions/recvfrom.texi
+@include posix-functions/recvmsg.texi
+@include posix-functions/regcomp.texi
+@include posix-functions/regerror.texi
+@include posix-functions/regexec.texi
+@include posix-functions/regfree.texi
+@include posix-functions/remainder.texi
+@include posix-functions/remainderf.texi
+@include posix-functions/remainderl.texi
+@include posix-functions/remove.texi
+@include posix-functions/remque.texi
+@include posix-functions/remquo.texi
+@include posix-functions/remquof.texi
+@include posix-functions/remquol.texi
+@include posix-functions/rename.texi
+@include posix-functions/rewind.texi
+@include posix-functions/rewinddir.texi
+@include posix-functions/rindex.texi
+@include posix-functions/rint.texi
+@include posix-functions/rintf.texi
+@include posix-functions/rintl.texi
+@include posix-functions/rmdir.texi
+@include posix-functions/round.texi
+@include posix-functions/roundf.texi
+@include posix-functions/roundl.texi
+@include posix-functions/scalb.texi
+@include posix-functions/scalbln.texi
+@include posix-functions/scalblnf.texi
+@include posix-functions/scalblnl.texi
+@include posix-functions/scalbn.texi
+@include posix-functions/scalbnf.texi
+@include posix-functions/scalbnl.texi
+@include posix-functions/scanf.texi
+@include posix-functions/sched_get_priority_max.texi
+@include posix-functions/sched_getparam.texi
+@include posix-functions/sched_getscheduler.texi
+@include posix-functions/sched_rr_get_interval.texi
+@include posix-functions/sched_setparam.texi
+@include posix-functions/sched_setscheduler.texi
+@include posix-functions/sched_yield.texi
+@include posix-functions/seed48.texi
+@include posix-functions/seekdir.texi
+@include posix-functions/select.texi
+@include posix-functions/sem_close.texi
+@include posix-functions/sem_destroy.texi
+@include posix-functions/sem_getvalue.texi
+@include posix-functions/sem_init.texi
+@include posix-functions/sem_open.texi
+@include posix-functions/sem_post.texi
+@include posix-functions/sem_timedwait.texi
+@include posix-functions/sem_trywait.texi
+@include posix-functions/sem_unlink.texi
+@include posix-functions/sem_wait.texi
+@include posix-functions/semctl.texi
+@include posix-functions/semget.texi
+@include posix-functions/semop.texi
+@include posix-functions/send.texi
+@include posix-functions/sendmsg.texi
+@include posix-functions/sendto.texi
+@include posix-functions/setbuf.texi
+@include posix-functions/setcontext.texi
+@include posix-functions/setegid.texi
+@include posix-functions/setenv.texi
+@include posix-functions/seteuid.texi
+@include posix-functions/setgid.texi
+@include posix-functions/setgrent.texi
+@include posix-functions/sethostent.texi
+@include posix-functions/setitimer.texi
+@include posix-functions/setjmp.texi
+@include posix-functions/setkey.texi
+@include posix-functions/setlocale.texi
+@include posix-functions/setlogmask.texi
+@include posix-functions/setnetent.texi
+@include posix-functions/setpgid.texi
+@include posix-functions/setpgrp.texi
+@include posix-functions/setpriority.texi
+@include posix-functions/setprotoent.texi
+@include posix-functions/setpwent.texi
+@include posix-functions/setregid.texi
+@include posix-functions/setreuid.texi
+@include posix-functions/setrlimit.texi
+@include posix-functions/setservent.texi
+@include posix-functions/setsid.texi
+@include posix-functions/setsockopt.texi
+@include posix-functions/setstate.texi
+@include posix-functions/setuid.texi
+@include posix-functions/setutxent.texi
+@include posix-functions/setvbuf.texi
+@include posix-functions/shm_open.texi
+@include posix-functions/shm_unlink.texi
+@include posix-functions/shmat.texi
+@include posix-functions/shmctl.texi
+@include posix-functions/shmdt.texi
+@include posix-functions/shmget.texi
+@include posix-functions/shutdown.texi
+@include posix-functions/sigaction.texi
+@include posix-functions/sigaddset.texi
+@include posix-functions/sigaltstack.texi
+@include posix-functions/sigdelset.texi
+@include posix-functions/sigemptyset.texi
+@include posix-functions/sigfillset.texi
+@include posix-functions/sighold.texi
+@include posix-functions/sigignore.texi
+@include posix-functions/siginterrupt.texi
+@include posix-functions/sigismember.texi
+@include posix-functions/siglongjmp.texi
+@include posix-functions/signal.texi
+@include posix-functions/signbit.texi
+@include posix-functions/sigpause.texi
+@include posix-functions/sigpending.texi
+@include posix-functions/sigprocmask.texi
+@include posix-functions/sigqueue.texi
+@include posix-functions/sigrelse.texi
+@include posix-functions/sigset.texi
+@include posix-functions/sigsetjmp.texi
+@include posix-functions/sigsuspend.texi
+@include posix-functions/sigtimedwait.texi
+@include posix-functions/sigwait.texi
+@include posix-functions/sigwaitinfo.texi
+@include posix-functions/sin.texi
+@include posix-functions/sinf.texi
+@include posix-functions/sinh.texi
+@include posix-functions/sinhf.texi
+@include posix-functions/sinhl.texi
+@include posix-functions/sinl.texi
+@include posix-functions/sleep.texi
+@include posix-functions/snprintf.texi
+@include posix-functions/sockatmark.texi
+@include posix-functions/socket.texi
+@include posix-functions/socketpair.texi
+@include posix-functions/sprintf.texi
+@include posix-functions/sqrt.texi
+@include posix-functions/sqrtf.texi
+@include posix-functions/sqrtl.texi
+@include posix-functions/srand.texi
+@include posix-functions/srand48.texi
+@include posix-functions/srandom.texi
+@include posix-functions/sscanf.texi
+@include posix-functions/stat.texi
+@include posix-functions/statvfs.texi
+@include posix-functions/stderr.texi
+@include posix-functions/stdin.texi
+@include posix-functions/stdout.texi
+@include posix-functions/strcasecmp.texi
+@include posix-functions/strcat.texi
+@include posix-functions/strchr.texi
+@include posix-functions/strcmp.texi
+@include posix-functions/strcoll.texi
+@include posix-functions/strcpy.texi
+@include posix-functions/strcspn.texi
+@include posix-functions/strdup.texi
+@include posix-functions/strerror.texi
+@include posix-functions/strerror_r.texi
+@include posix-functions/strfmon.texi
+@include posix-functions/strftime.texi
+@include posix-functions/strlen.texi
+@include posix-functions/strncasecmp.texi
+@include posix-functions/strncat.texi
+@include posix-functions/strncmp.texi
+@include posix-functions/strncpy.texi
+@include posix-functions/strpbrk.texi
+@include posix-functions/strptime.texi
+@include posix-functions/strrchr.texi
+@include posix-functions/strspn.texi
+@include posix-functions/strstr.texi
+@include posix-functions/strtod.texi
+@include posix-functions/strtof.texi
+@include posix-functions/strtoimax.texi
+@include posix-functions/strtok.texi
+@include posix-functions/strtok_r.texi
+@include posix-functions/strtol.texi
+@include posix-functions/strtold.texi
+@include posix-functions/strtoll.texi
+@include posix-functions/strtoul.texi
+@include posix-functions/strtoull.texi
+@include posix-functions/strtoumax.texi
+@include posix-functions/strxfrm.texi
+@include posix-functions/swab.texi
+@include posix-functions/swapcontext.texi
+@include posix-functions/swprintf.texi
+@include posix-functions/swscanf.texi
+@include posix-functions/symlink.texi
+@include posix-functions/sync.texi
+@include posix-functions/sysconf.texi
+@include posix-functions/syslog.texi
+@include posix-functions/system.texi
+@include posix-functions/tan.texi
+@include posix-functions/tanf.texi
+@include posix-functions/tanh.texi
+@include posix-functions/tanhf.texi
+@include posix-functions/tanhl.texi
+@include posix-functions/tanl.texi
+@include posix-functions/tcdrain.texi
+@include posix-functions/tcflow.texi
+@include posix-functions/tcflush.texi
+@include posix-functions/tcgetattr.texi
+@include posix-functions/tcgetpgrp.texi
+@include posix-functions/tcgetsid.texi
+@include posix-functions/tcsendbreak.texi
+@include posix-functions/tcsetattr.texi
+@include posix-functions/tcsetpgrp.texi
+@include posix-functions/tdelete.texi
+@include posix-functions/telldir.texi
+@include posix-functions/tempnam.texi
+@include posix-functions/tfind.texi
+@include posix-functions/tgamma.texi
+@include posix-functions/tgammaf.texi
+@include posix-functions/tgammal.texi
+@include posix-functions/time.texi
+@include posix-functions/timer_create.texi
+@include posix-functions/timer_delete.texi
+@include posix-functions/timer_getoverrun.texi
+@include posix-functions/timer_settime.texi
+@include posix-functions/times.texi
+@include posix-functions/timezone.texi
+@include posix-functions/tmpfile.texi
+@include posix-functions/tmpnam.texi
+@include posix-functions/toascii.texi
+@include posix-functions/tolower.texi
+@include posix-functions/toupper.texi
+@include posix-functions/towctrans.texi
+@include posix-functions/towlower.texi
+@include posix-functions/towupper.texi
+@include posix-functions/trunc.texi
+@include posix-functions/truncate.texi
+@include posix-functions/truncf.texi
+@include posix-functions/truncl.texi
+@include posix-functions/tsearch.texi
+@include posix-functions/ttyname.texi
+@include posix-functions/ttyname_r.texi
+@include posix-functions/twalk.texi
+@include posix-functions/tzname.texi
+@include posix-functions/tzset.texi
+@include posix-functions/ualarm.texi
+@include posix-functions/ulimit.texi
+@include posix-functions/umask.texi
+@include posix-functions/uname.texi
+@include posix-functions/ungetc.texi
+@include posix-functions/ungetwc.texi
+@include posix-functions/unlink.texi
+@include posix-functions/unlockpt.texi
+@include posix-functions/unsetenv.texi
+@include posix-functions/usleep.texi
+@include posix-functions/utime.texi
+@include posix-functions/utimes.texi
+@include posix-functions/va_arg.texi
+@include posix-functions/va_copy.texi
+@include posix-functions/va_end.texi
+@include posix-functions/va_start.texi
+@include posix-functions/vfork.texi
+@include posix-functions/vfprintf.texi
+@include posix-functions/vfscanf.texi
+@include posix-functions/vfwprintf.texi
+@include posix-functions/vfwscanf.texi
+@include posix-functions/vprintf.texi
+@include posix-functions/vscanf.texi
+@include posix-functions/vsnprintf.texi
+@include posix-functions/vsprintf.texi
+@include posix-functions/vsscanf.texi
+@include posix-functions/vswprintf.texi
+@include posix-functions/vswscanf.texi
+@include posix-functions/vwprintf.texi
+@include posix-functions/vwscanf.texi
+@include posix-functions/wait.texi
+@include posix-functions/waitid.texi
+@include posix-functions/waitpid.texi
+@include posix-functions/wcrtomb.texi
+@include posix-functions/wcscat.texi
+@include posix-functions/wcschr.texi
+@include posix-functions/wcscmp.texi
+@include posix-functions/wcscoll.texi
+@include posix-functions/wcscpy.texi
+@include posix-functions/wcscspn.texi
+@include posix-functions/wcsftime.texi
+@include posix-functions/wcslen.texi
+@include posix-functions/wcsncat.texi
+@include posix-functions/wcsncmp.texi
+@include posix-functions/wcsncpy.texi
+@include posix-functions/wcspbrk.texi
+@include posix-functions/wcsrchr.texi
+@include posix-functions/wcsrtombs.texi
+@include posix-functions/wcsspn.texi
+@include posix-functions/wcsstr.texi
+@include posix-functions/wcstod.texi
+@include posix-functions/wcstof.texi
+@include posix-functions/wcstoimax.texi
+@include posix-functions/wcstok.texi
+@include posix-functions/wcstol.texi
+@include posix-functions/wcstold.texi
+@include posix-functions/wcstoll.texi
+@include posix-functions/wcstombs.texi
+@include posix-functions/wcstoul.texi
+@include posix-functions/wcstoull.texi
+@include posix-functions/wcstoumax.texi
+@include posix-functions/wcswcs.texi
+@include posix-functions/wcswidth.texi
+@include posix-functions/wcsxfrm.texi
+@include posix-functions/wctob.texi
+@include posix-functions/wctomb.texi
+@include posix-functions/wctrans.texi
+@include posix-functions/wctype.texi
+@include posix-functions/wcwidth.texi
+@include posix-functions/wmemchr.texi
+@include posix-functions/wmemcmp.texi
+@include posix-functions/wmemcpy.texi
+@include posix-functions/wmemmove.texi
+@include posix-functions/wmemset.texi
+@include posix-functions/wordexp.texi
+@include posix-functions/wordfree.texi
+@include posix-functions/wprintf.texi
+@include posix-functions/write.texi
+@include posix-functions/writev.texi
+@include posix-functions/wscanf.texi
+@include posix-functions/y0.texi
+@include posix-functions/y1.texi
+@include posix-functions/yn.texi
 
 @node Glibc Header File Substitutes
 @chapter Glibc Header File Substitutes
@@ -2898,6 +2906,8 @@ specified by ISO C or POSIX are substituted by Gnulib, which portability
 pitfalls are fixed by Gnulib, and which (known) portability problems are
 not worked around by Gnulib.
 
+@nosuchmodulenote header file
+
 @menu
 * a.out.h::
 * aliases.h::
@@ -2970,131 +2980,124 @@ provided as extensions by at least GNU libc are also supported by Gnulib,
 which portability pitfalls are fixed by Gnulib, and which (known)
 portability problems are not worked around by Gnulib.
 
-The notation ``Gnulib module: ---'' means that Gnulib does not provide a
-module providing a substitute for the function.  When the list
-``Portability problems not fixed by Gnulib'' is empty, such a module is
-not needed: No portability problems are known.  Otherwise, it indicates
-that such a module would be useful but is not available: No one so far
-found this function important enough to contribute a substitute for it.
-If you need this particular function, you may write to
-@code{<bug-gnulib at gnu dot org>}.
+@nosuchmodulenote function
 
 This list of functions is sorted according to the header that declares them.
 
 @menu
-* Glibc aio.h::                 
-* Glibc aliases.h::             
-* Glibc argp.h::                
-* Glibc argz.h::                
-* Glibc arpa/inet.h::           
-* Glibc byteswap.h::            
-* Glibc complex.h::             
-* Glibc crypt.h::               
-* Glibc ctype.h::               
-* Glibc dirent.h::              
-* Glibc dlfcn.h::               
-* Glibc envz.h::                
-* Glibc err.h::                 
-* Glibc errno.h::               
-* Glibc error.h::               
-* Glibc execinfo.h::            
-* Glibc fcntl.h::               
-* Glibc fenv.h::                
-* Glibc fmtmsg.h::              
-* Glibc fstab.h::               
-* Glibc fts.h::                 
-* Glibc getopt.h::              
-* Glibc glob.h::                
-* Glibc gnu/libc-version.h::    
-* Glibc grp.h::                 
-* Glibc ifaddrs.h::             
-* Glibc langinfo.h::            
-* Glibc libintl.h::             
-* Glibc link.h::                
-* Glibc locale.h::              
-* Glibc malloc.h::              
-* Glibc math.h::                
-* Glibc mcheck.h::              
-* Glibc monetary.h::            
-* Glibc mntent.h::              
-* Glibc netdb.h::               
-* Glibc netinet/ether.h::       
-* Glibc netinet/in.h::          
-* Glibc obstack.h::             
-* Glibc printf.h::              
-* Glibc pthread.h::             
-* Glibc pwd.h::                 
-* Glibc regex.h::               
-* Glibc regexp.h::              
-* Glibc resolv.h::              
-* Glibc rpc/auth.h::            
-* Glibc rpc/auth_des.h::        
-* Glibc rpc/auth_unix.h::       
-* Glibc rpc/clnt.h::            
-* Glibc rpc/des_crypt.h::       
-* Glibc rpc/key_prot.h::        
-* Glibc rpc/netdb.h::           
-* Glibc rpc/pmap_clnt.h::       
-* Glibc rpc/pmap_prot.h::       
-* Glibc rpc/pmap_rmt.h::        
-* Glibc rpc/rpc_msg.h::         
-* Glibc rpc/svc.h::             
-* Glibc rpc/xdr.h::             
-* Glibc rpcsvc/nislib.h::       
-* Glibc rpcsvc/nis_callback.h::  
-* Glibc rpcsvc/yp.h::           
-* Glibc rpcsvc/yp_prot.h::      
-* Glibc rpcsvc/ypclnt.h::       
-* Glibc rpcsvc/ypupd.h::        
-* Glibc sched.h::               
-* Glibc search.h::              
-* Glibc shadow.h::              
-* Glibc signal.h::              
-* Glibc stdio.h::               
-* Glibc stdlib.h::              
-* Glibc string.h::              
-* Glibc sys/capability.h::      
-* Glibc sys/epoll.h::           
-* Glibc sys/file.h::            
-* Glibc sys/fsuid.h::           
-* Glibc sys/gmon.h::            
-* Glibc sys/io.h and sys/perm.h::              
-* Glibc sys/kdaemon.h::         
-* Glibc sys/klog.h::            
-* Glibc sys/mman.h::            
-* Glibc sys/mount.h::           
-* Glibc sys/personality.h::     
-* Glibc sys/prctl.h::           
-* Glibc sys/profil.h::          
-* Glibc sys/ptrace.h::          
-* Glibc sys/quota.h::           
-* Glibc sys/reboot.h::          
-* Glibc sys/sem.h::             
-* Glibc sys/sendfile.h::        
-* Glibc sys/socket.h::          
-* Glibc sys/stat.h::            
-* Glibc sys/statfs.h::          
-* Glibc sys/swap.h::            
-* Glibc sys/sysctl.h::          
-* Glibc sys/sysinfo.h::         
-* Glibc sys/syslog.h::          
-* Glibc sys/sysmacros.h::       
-* Glibc sys/time.h::            
-* Glibc sys/timex.h::           
-* Glibc sys/ustat.h::           
-* Glibc sys/vlimit.h::          
-* Glibc sys/vm86.h::            
-* Glibc sys/vtimes.h::          
-* Glibc sys/wait.h::            
-* Glibc sys/xattr.h::           
-* Glibc termios.h::             
-* Glibc time.h::                
-* Glibc ttyent.h::              
-* Glibc unistd.h::              
-* Glibc utmp.h::                
-* Glibc utmpx.h::               
-* Glibc wchar.h::               
-* Glibc wctype.h::              
+* Glibc aio.h::
+* Glibc aliases.h::
+* Glibc argp.h::
+* Glibc argz.h::
+* Glibc arpa/inet.h::
+* Glibc byteswap.h::
+* Glibc complex.h::
+* Glibc crypt.h::
+* Glibc ctype.h::
+* Glibc dirent.h::
+* Glibc dlfcn.h::
+* Glibc envz.h::
+* Glibc err.h::
+* Glibc errno.h::
+* Glibc error.h::
+* Glibc execinfo.h::
+* Glibc fcntl.h::
+* Glibc fenv.h::
+* Glibc fmtmsg.h::
+* Glibc fstab.h::
+* Glibc fts.h::
+* Glibc getopt.h::
+* Glibc glob.h::
+* Glibc gnu/libc-version.h::
+* Glibc grp.h::
+* Glibc ifaddrs.h::
+* Glibc langinfo.h::
+* Glibc libintl.h::
+* Glibc link.h::
+* Glibc locale.h::
+* Glibc malloc.h::
+* Glibc math.h::
+* Glibc mcheck.h::
+* Glibc monetary.h::
+* Glibc mntent.h::
+* Glibc netdb.h::
+* Glibc netinet/ether.h::
+* Glibc netinet/in.h::
+* Glibc obstack.h::
+* Glibc printf.h::
+* Glibc pthread.h::
+* Glibc pwd.h::
+* Glibc regex.h::
+* Glibc regexp.h::
+* Glibc resolv.h::
+* Glibc rpc/auth.h::
+* Glibc rpc/auth_des.h::
+* Glibc rpc/auth_unix.h::
+* Glibc rpc/clnt.h::
+* Glibc rpc/des_crypt.h::
+* Glibc rpc/key_prot.h::
+* Glibc rpc/netdb.h::
+* Glibc rpc/pmap_clnt.h::
+* Glibc rpc/pmap_prot.h::
+* Glibc rpc/pmap_rmt.h::
+* Glibc rpc/rpc_msg.h::
+* Glibc rpc/svc.h::
+* Glibc rpc/xdr.h::
+* Glibc rpcsvc/nislib.h::
+* Glibc rpcsvc/nis_callback.h::
+* Glibc rpcsvc/yp.h::
+* Glibc rpcsvc/yp_prot.h::
+* Glibc rpcsvc/ypclnt.h::
+* Glibc rpcsvc/ypupd.h::
+* Glibc sched.h::
+* Glibc search.h::
+* Glibc shadow.h::
+* Glibc signal.h::
+* Glibc stdio.h::
+* Glibc stdlib.h::
+* Glibc string.h::
+* Glibc sys/capability.h::
+* Glibc sys/epoll.h::
+* Glibc sys/file.h::
+* Glibc sys/fsuid.h::
+* Glibc sys/gmon.h::
+* Glibc sys/io.h and sys/perm.h::
+* Glibc sys/kdaemon.h::
+* Glibc sys/klog.h::
+* Glibc sys/mman.h::
+* Glibc sys/mount.h::
+* Glibc sys/personality.h::
+* Glibc sys/prctl.h::
+* Glibc sys/profil.h::
+* Glibc sys/ptrace.h::
+* Glibc sys/quota.h::
+* Glibc sys/reboot.h::
+* Glibc sys/sem.h::
+* Glibc sys/sendfile.h::
+* Glibc sys/socket.h::
+* Glibc sys/stat.h::
+* Glibc sys/statfs.h::
+* Glibc sys/swap.h::
+* Glibc sys/sysctl.h::
+* Glibc sys/sysinfo.h::
+* Glibc sys/syslog.h::
+* Glibc sys/sysmacros.h::
+* Glibc sys/time.h::
+* Glibc sys/timex.h::
+* Glibc sys/ustat.h::
+* Glibc sys/vlimit.h::
+* Glibc sys/vm86.h::
+* Glibc sys/vtimes.h::
+* Glibc sys/wait.h::
+* Glibc sys/xattr.h::
+* Glibc termios.h::
+* Glibc time.h::
+* Glibc ttyent.h::
+* Glibc unistd.h::
+* Glibc utmp.h::
+* Glibc utmpx.h::
+* Glibc wchar.h::
+* Glibc wctype.h::
 @end menu
 
 @c @node Glibc a.out.h
@@ -5746,6 +5749,7 @@ This list of functions is sorted according to the header that declares them.
 * gcd::
 * Regular expressions::
 * Supporting Relocation::
+* func::
 @end menu
 
 @node alloca
@@ -5825,6 +5829,8 @@ generated automatically.
 
 @include regexprops-generic.texi
 
+@include func.texi
+
 
 @node GNU Free Documentation License
 @appendix GNU Free Documentation License