Bug 379754 - [PATCH] Missing syscall ulock_wait (OS X 10.12)
Summary: [PATCH] Missing syscall ulock_wait (OS X 10.12)
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.13 SVN
Platform: macOS (DMG) macOS
: NOR normal
Target Milestone: ---
Assignee: Rhys Kidd
URL:
Keywords:
Depends on:
Blocks: 365327
  Show dependency treegraph
 
Reported: 2017-05-12 15:12 UTC by Louis Brunner
Modified: 2018-08-19 19:05 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Adds the ulock_wait syscall (3.50 KB, patch)
2017-05-12 15:12 UTC, Louis Brunner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Louis Brunner 2017-05-12 15:12:45 UTC
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.
Comment 1 Rhys Kidd 2018-08-19 19:05:10 UTC
Thanks for the report and patch. A fixed based upon it is now in Valgrind git master.