Bug 188427

Summary: Add support for epoll_create1 (with patch)
Product: [Developer tools] valgrind Reporter: Sam Varshavchik <mrsam>
Component: generalAssignee: Nicholas Nethercote <njn>
Status: RESOLVED FIXED    
Severity: normal CC: njn
Priority: NOR    
Version First Reported In: 3.4.1   
Target Milestone: blocking3.5.0   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Patch to add support for epoll_create1()

Description Sam Varshavchik 2009-03-29 21:51:24 UTC
Created attachment 32465 [details]
Patch to add support for epoll_create1()

Here's a patch for sys_epoll_create1(). Tested on amd64.
Comment 1 Nicholas Nethercote 2009-07-10 14:02:25 UTC
Committed in r10427.  Thanks for the patch.