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
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
