| Summary: | Add support for epoll_create1 (with patch) | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Sam Varshavchik <mrsam> |
| Component: | general | Assignee: | 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() | ||
Committed in r10427. Thanks for the patch. |
Created attachment 32465 [details] Patch to add support for epoll_create1() Here's a patch for sys_epoll_create1(). Tested on amd64.