|
From: Jeremy F. <je...@go...> - 2004-02-05 10:09:11
|
On Thu, 2004-02-05 at 01:51, Nicholas Nethercote wrote: > - In POST(epoll_wait), I check if the result is > 0 before doing the > SYSCALL_TRACK, and the size argument relies on the result, rather than > arg3. The check is redundant - POST(x) is never called if the syscall didn't succeed. J |