Title: [250959] trunk/Source/WebKit
Revision
250959
Author
[email protected]
Date
2019-10-10 01:00:32 -0700 (Thu, 10 Oct 2019)

Log Message

[Mac] Allow SYS___pthread_markcancel call
https://bugs.webkit.org/show_bug.cgi?id=202723

Reviewed by Alex Christensen.

Allow this pthread call as libwebrtc uses it on the Mac as well.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (250958 => 250959)


--- trunk/Source/WebKit/ChangeLog	2019-10-10 07:44:40 UTC (rev 250958)
+++ trunk/Source/WebKit/ChangeLog	2019-10-10 08:00:32 UTC (rev 250959)
@@ -1,3 +1,14 @@
+2019-10-10  youenn fablet  <[email protected]>
+
+        [Mac] Allow SYS___pthread_markcancel call
+        https://bugs.webkit.org/show_bug.cgi?id=202723
+
+        Reviewed by Alex Christensen.
+
+        Allow this pthread call as libwebrtc uses it on the Mac as well.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2019-10-09  youenn fablet  <[email protected]>
 
         A service worker process should not be created when enqueuing a service worker job

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (250958 => 250959)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-10-10 07:44:40 UTC (rev 250958)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-10-10 08:00:32 UTC (rev 250959)
@@ -912,6 +912,7 @@
         (syscall-number SYS_process_policy)
         (syscall-number SYS_issetugid)
         (syscall-number SYS___pthread_kill)
+        (syscall-number SYS___pthread_markcancel)
         (syscall-number SYS___pthread_sigmask)
         (syscall-number SYS___disable_threadsignal)
         (syscall-number SYS___semwait_signal)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to