Bug 379754

Summary: [PATCH] Missing syscall ulock_wait (OS X 10.12)
Product: [Developer tools] valgrind Reporter: Louis Brunner <louis.brunner.fr>
Component: generalAssignee: 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:
Bug Depends on:    
Bug Blocks: 365327    
Attachments: Adds the ulock_wait syscall

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.