Changeset 287754 in webkit
- Timestamp:
- Jan 7, 2022, 9:37:09 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r287737 r287754 1 2022-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 1 13 2022-01-06 Tim Horton <timothy_horton@apple.com> 2 14 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r287615 r287754 1981 1981 SYS_sysctlbyname 1982 1982 SYS_thread_selfid 1983 #if !PLATFORM(MAC) 1984 SYS_thread_selfusage 1985 #endif 1983 1986 SYS_ulock_wait 1984 1987 SYS_ulock_wake
Note:
See TracChangeset
for help on using the changeset viewer.