public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] epoll_wait.2: Glibc doesn't provide epoll_pwait2() yet
@ 2021-02-03 18:25 Alejandro Colomar
  2021-02-06  9:56 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2021-02-03 18:25 UTC (permalink / raw)
  To: mtk.manpages
  Cc: Alejandro Colomar, linux-man, libc-alpha, Willem de Bruijn,
	Florian Weimer

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---

Hi all,

As far as I can tell, glibc doesn't yet provide the wrapper function for
epoll_pwait2(), does it?
So let's add a reminder to check if glibc provides the wrapper in the future.

Cheers,

Alex

 man2/epoll_wait.2 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index f0e432478..e338f8830 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -35,6 +35,8 @@ epoll_wait, epoll_pwait, epoll_pwait2 \- wait for an I/O event on an epoll file
 .BI "int epoll_pwait2(int " epfd ", struct epoll_event *" events ,
 .BI "               int " maxevents ", const struct timespec *" timeout ,
 .BI "               const sigset_t *" sigmask );
+.\" FIXME: Check if glibc has added a wrapper for epoll_pwait2().
 .fi
 .SH DESCRIPTION
 The
-- 
2.30.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-06 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 18:25 [PATCH] epoll_wait.2: Glibc doesn't provide epoll_pwait2() yet Alejandro Colomar
2021-02-06  9:56 ` Michael Kerrisk (man-pages)
2021-02-06 11:43   ` [PATCH v2] " Alejandro Colomar
2021-02-06 20:39     ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).