diff options
author | Bruno Haible <bruno@clisp.org> | 2019-06-10 14:08:36 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2019-06-10 14:08:36 +0200 |
commit | 654a75ec2ba3cd12b707e0c54d036cd26ff719fa (patch) | |
tree | e3b85154e2637ad88f1dda2db6e74b9481863f04 /doc/glibc-functions/memfd_create.texi | |
parent | 0618b6eff3e4a985e28bf6ccc5b96fe635398a18 (diff) | |
download | gnulib-654a75ec2ba3cd12b707e0c54d036cd26ff719fa.tar.gz |
doc: Mention memfd_create.
* doc/glibc-functions/memfd_create.texi: New file.
* doc/gnulib.texi (Glibc sys/mman.h): Include it.
Diffstat (limited to 'doc/glibc-functions/memfd_create.texi')
-rw-r--r-- | doc/glibc-functions/memfd_create.texi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/glibc-functions/memfd_create.texi b/doc/glibc-functions/memfd_create.texi new file mode 100644 index 0000000000..f69413a750 --- /dev/null +++ b/doc/glibc-functions/memfd_create.texi @@ -0,0 +1,29 @@ +@node memfd_create +@subsection @code{memfd_create} +@findex memfd_create + +Documentation: +@itemize +@item +@ifinfo +@ref{Memory-mapped I/O,,Memory-mapped I/O,libc}, +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Memory_002dmapped-I_002fO.html}, +@end ifnotinfo +@item +@uref{https://www.kernel.org/doc/man-pages/online/pages/man2/memfd_create.2.html,,man memfd_create}. +@end itemize + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc platforms: +glibc 2.26, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0. +@end itemize |