Summary: | [PATCH] Missing syscall ulock_wait (OS X 10.12) | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Louis Brunner <louis.brunner.fr> |
Component: | general | Assignee: | Rhys Kidd <rhyskidd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | louis.brunner.fr, rhyskidd, zerderr |
Priority: | NOR | ||
Version: | 3.13 SVN | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 365327 | ||
Attachments: | Adds the ulock_wait syscall |
Thanks for the report and patch. A fixed based upon it is now in Valgrind git master. |
Created attachment 105482 [details] Adds the ulock_wait syscall Add a missing syscall in OS X 10.12: ulock_wait. This patch also adds some code that can be reused by ulock_wake.