Skip to content

Commit

Permalink
[GPU][macOS] Allow semaphore related syscalls
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264677
rdar://116431329

Reviewed by Brent Fulgham.

* Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:

Canonical link: https://commits.webkit.org/270676@main
  • Loading branch information
pvollan authored and Brent Fulgham committed Nov 13, 2023
1 parent 38bdd66 commit 8ac33ec
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1163,8 +1163,11 @@
MSC_mk_timer_create
MSC_mk_timer_destroy
MSC_pid_for_task
MSC_semaphore_signal_all_trap
MSC_semaphore_signal_trap
MSC_semaphore_timedwait_signal_trap
MSC_semaphore_timedwait_trap
MSC_semaphore_wait_signal_trap
MSC_semaphore_wait_trap
MSC_swtch_pri
MSC_syscall_thread_switch
Expand Down

0 comments on commit 8ac33ec

Please sign in to comment.