]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention epoll_create1.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:25 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:25 +0000 (14:08 +0200)
* doc/glibc-functions/epoll_create1.texi: New file.
* doc/gnulib.texi (Glibc sys/epoll.h): Include it.

doc/glibc-functions/epoll_create1.texi [new file with mode: 0644]
doc/gnulib.texi

diff --git a/doc/glibc-functions/epoll_create1.texi b/doc/glibc-functions/epoll_create1.texi
new file mode 100644 (file)
index 0000000..58dff15
--- /dev/null
@@ -0,0 +1,18 @@
+@node epoll_create1
+@subsection @code{epoll_create1}
+@findex epoll_create1
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/epoll_create1.2.html,,man epoll_create1}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.8, 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 4.3.
+@end itemize
index be2a64f61ad8df71b896de627fd4793171406abd..ebe1529d75fa1c0d9d8ffbd986da3938e640996c 100644 (file)
@@ -5595,12 +5595,14 @@ This list of functions is sorted according to the header that declares them.
 
 @menu
 * epoll_create::
+* epoll_create1::
 * epoll_ctl::
 * epoll_pwait::
 * epoll_wait::
 @end menu
 
 @include glibc-functions/epoll_create.texi
+@include glibc-functions/epoll_create1.texi
 @include glibc-functions/epoll_ctl.texi
 @include glibc-functions/epoll_pwait.texi
 @include glibc-functions/epoll_wait.texi