Re: [PATCH] pepoll_wait ...

From: Davide Libenzi
Date: Wed Jan 18 2006 - 13:49:39 EST


On Wed, 18 Jan 2006, Michael Tokarev wrote:

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)

Thinking about it, it looks netter for me too. I'll change it if there are no other objections ...



- Davide


-
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/