epoll_create.2: CONFORMING TO: mention also that epoll_create1() is Linux-specific

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-09 20:49:43 +01:00
parent f7f02d0f8d
commit e4c07f6482
1 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,9 @@ was added to the kernel in version 2.6.27.
Library support is provided in glibc starting with version 2.9.
.SH CONFORMING TO
.BR epoll_create ()
is Linux-specific.
and
.BR epoll_create1 ()
are Linux-specific.
.SH NOTES
In the initial
.BR epoll_create ()