Re: {sys_,/dev/}epoll waiting timeout

Davide Libenzi (davidel@xmailserver.org)
Tue, 28 Jan 2003 14:24:52 -0800 (PST)


On Tue, 28 Jan 2003, Andi Kleen wrote:

> Jamie Lokier <jamie@shareable.org> writes:
> >
> > Which suggests that all the architectures are fine with all these
> > "int" returns, except IA64.
>
> x86-64 needs long returns too.
>
> I think I fixed all of them, if you noticed any missing please let me now.

#define __NR_epoll_create ???
#define __NR_epoll_ctl ???
#define __NR_epoll_wait ???

That in 2.5.59 return "int". I posted the patch to make them return
"long" to Linus ( Andrew got it ) this weekend.

- Davide

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