|
From: Nicholas N. <nj...@ca...> - 2004-01-19 22:37:25
|
On Sun, 18 Jan 2004, Jeremy Fitzhardinge wrote:
> It should be pretty easy to do in the 2.1 tree - you just need to add
> PRE and POST functions to deal with the args and return vals, work out
> which syscalls can block, and put the entries into the table. The 2.0
> patch won't be much help though, because I presume most of it is to do
> with making epoll_* non-blocking, which isn't an issue any more.
Are epoll_{create,ctl,wait} blocking or non-blocking?
N
|