⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 287754 in webkit


Ignore:
Timestamp:
Jan 7, 2022, 9:37:09 AM (5 years ago)
Author:
pvollan@apple.com
Message:

[MacCatalyst] Add required syscall
https://bugs.webkit.org/show_bug.cgi?id=234962
<rdar://87228791>

Reviewed by Brent Fulgham.

Add required syscall in MacCatalyst sandbox.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r287737 r287754  
     12022-01-07  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [MacCatalyst] Add required syscall
     4        https://bugs.webkit.org/show_bug.cgi?id=234962
     5        <rdar://87228791>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add required syscall in MacCatalyst sandbox.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132022-01-06  Tim Horton  <timothy_horton@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r287615 r287754  
    19811981        SYS_sysctlbyname
    19821982        SYS_thread_selfid
     1983#if !PLATFORM(MAC)
     1984        SYS_thread_selfusage
     1985#endif
    19831986        SYS_ulock_wait
    19841987        SYS_ulock_wake
Note: See TracChangeset for help on using the changeset viewer.