Skip to content

Commit

Permalink
Unreviewed, reverting 269373@main.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=263267

This revert is not needed after 269417@main

Reverted changeset:

"Add syscall required by ASAN builds"
https://bugs.webkit.org/show_bug.cgi?id=263202
https://commits.webkit.org/269373@main

Canonical link: https://commits.webkit.org/269419@main
  • Loading branch information
webkit-commit-queue authored and pvollan committed Oct 17, 2023
1 parent 7990584 commit 2c6ed28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,9 @@
SYS_sendto
SYS_setrlimit
SYS_setsockopt
#if ASAN_ENABLED
SYS_sigaltstack
#endif
SYS_sigprocmask
#if !PLATFORM(MAC)
SYS_shared_region_map_and_slide_2_np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,9 @@
SYS_shared_region_map_and_slide_2_np
#endif
SYS_sigaction
#if ASAN_ENABLED
SYS_sigaltstack
#endif
SYS_sigprocmask
SYS_sigreturn
SYS_socketpair
Expand Down
2 changes: 2 additions & 0 deletions Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,9 @@
SYS_psynch_mutexwait
SYS_read
SYS_readlink
#if ASAN_ENABLED
SYS_sigaltstack
#endif
SYS_stat64
SYS_sysctl
SYS_thread_selfid
Expand Down

0 comments on commit 2c6ed28

Please sign in to comment.