Bug 188427 - Add support for epoll_create1 (with patch)
Summary: Add support for epoll_create1 (with patch)
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: 3.4.1
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: blocking3.5.0
Assignee: Nicholas Nethercote
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-29 21:51 UTC by Sam Varshavchik
Modified: 2009-07-10 14:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Patch to add support for epoll_create1() (3.69 KB, patch)
2009-03-29 21:51 UTC, Sam Varshavchik
Details

Note You need to log in before you can comment on or make changes to this bug.
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.