On Thu, 5 Apr 2007, Andrew Morton wrote:

> epoll uses signal stuff and might need signal.h.  It implements syscalls
> and it certainly needs to have those syscall's prototypes in scope.  It
> surely uses stuff from mm.h (doesn't everything??)

Ack about signal.h, I forgot about the pwait code :(
Why syscalls.h? The eventpoll.c file expots syscalls, but it doesn't use 
anything declared in there.
What does eventpoll.c use *directly* from mm.h? If eventpoll.c uses, let's 
say sched.h, and sched.h needs mm.h, it is sched.h responsibility to 
include the mm.h file not eventpoll.c one.



- Davide


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

Reply via email to