Re: [PATCH] pepoll_wait ...

From: Michael Tokarev
Date: Wed Jan 18 2006 - 13:36:22 EST


Davide Libenzi wrote:

The attached patch implements the pepoll_wait system call, that extend the event wait mechanism with the same logic ppoll and pselect do. The definition of pepoll_wait is:

int pepoll_wait(int epfd, struct epoll_event *events, int maxevents,
int timeout, const sigset_t *sigmask, size_t sigsetsize);

How about epoll_pwait() instead? It looks more appropriate, for
my eyes anyway. (Just a name, nothing more)

/mjt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/