epoll_create(flags): EPOLL_CLOEXEC is not defined
Mike Frysinger
vapier at gentoo.org
Fri Oct 14 02:22:00 UTC 2011
On Thursday 13 October 2011 10:40:59 Марк Коренберг wrote:
> epoll_create(flags): EPOLL_CLOEXEC is not defined. I see some number
> instead of EPOLL_CLOEXEC in first argument of this syscall.
epoll_create() does not take flags, it takes a size. epoll_create1() takes
flags. and the latter incorrectly parses its flags like open(). i'll post a
patch shortly.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20111013/e8105028/attachment.bin>
More information about the Strace-devel
mailing list