![]() | |||||||||||||
Messages in this thread |
Ulrich Drepper <drepper@redhat.com> 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: [...] > > I definitely ACK this patch, it's needed for the same reasons we need > pselect and ppoll. > It busts most architectures. fs/eventpoll.c: In function `sys_pepoll_wait': fs/eventpoll.c:727: error: `TIF_RESTORE_SIGMASK' undeclared (first use in this function) It seems that the preferred way to fix this is to sprinkle #ifdef TIF_RESTORE_SIGMASK all over the code. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-01-18 05:06 [W:0.248 / U:0.100 seconds] ©2003-2008 Jasper Spaans | |||||||||||||