summaryrefslogtreecommitdiffstats
path: root/compiler-rt/utils
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-03-03 18:41:38 +0000
committerKamil Rytarowski <n54@gmx.com>2018-03-03 18:41:38 +0000
commita51ccfd49f1710b7a42d5bf96fe2ef37b8b68f54 (patch)
tree724daf3fe50588156d6ea0d0a90018db9d7d3887 /compiler-rt/utils
parentfc44eb07a74d50ea72a97f45f148fd8573b70eaf (diff)
downloadbcm5719-llvm-a51ccfd49f1710b7a42d5bf96fe2ef37b8b68f54.tar.gz
bcm5719-llvm-a51ccfd49f1710b7a42d5bf96fe2ef37b8b68f54.zip
Remove more references to ptrace_pt_{g,s}et_sigmask
These operations are now obsolete on NetBSD and will be removed. No functional change for other OSes. Sponsored by <The NetBSD Foundation> llvm-svn: 326663
Diffstat (limited to 'compiler-rt/utils')
-rwxr-xr-xcompiler-rt/utils/generate_netbsd_syscalls.awk4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/utils/generate_netbsd_syscalls.awk b/compiler-rt/utils/generate_netbsd_syscalls.awk
index 5c08ca3ef71..5e08900a17e 100755
--- a/compiler-rt/utils/generate_netbsd_syscalls.awk
+++ b/compiler-rt/utils/generate_netbsd_syscalls.awk
@@ -754,10 +754,6 @@ function syscall_body(syscall, mode)
pcmd(" POST_READ(addr_, struct_ptrace_ptrace_siginfo_struct_sz);")
pcmd(" } else if (req_ == ptrace_pt_get_siginfo) {")
pcmd(" POST_WRITE(addr_, struct_ptrace_ptrace_siginfo_struct_sz);")
- pcmd(" } else if (req_ == ptrace_pt_set_sigmask) {")
- pcmd(" POST_READ(addr_, sizeof(__sanitizer_sigset_t));")
- pcmd(" } else if (req_ == ptrace_pt_get_sigmask) {")
- pcmd(" POST_WRITE(addr_, sizeof(__sanitizer_sigset_t));")
pcmd(" } else if (req_ == ptrace_pt_setregs) {")
pcmd(" POST_READ(addr_, struct_ptrace_reg_struct_sz);")
pcmd(" } else if (req_ == ptrace_pt_getregs) {")
OpenPOWER on IntegriCloud