summaryrefslogtreecommitdiff
path: root/include/sanitizer
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-03-03 16:21:13 +0000
committerKamil Rytarowski <n54@gmx.com>2018-03-03 16:21:13 +0000
commita0c344366f52b5c8fd4b9443a0b9b6c154ecff9b (patch)
treea00c65b268009441415ef3bd8de7cd4e4dc05140 /include/sanitizer
parent6f21d22a113337c15f47f0ecd616500c8578487b (diff)
Remove obsolete ptrace(2) operations from NetBSD
PT_SET_SIGMASK and PT_GET_SIGMASK will be removed from NetBSD without backward compat (it shortlived in a development branch). Sponsored by <The NetBSD Foundation> git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@326657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/sanitizer')
-rw-r--r--include/sanitizer/netbsd_syscall_hooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanitizer/netbsd_syscall_hooks.h b/include/sanitizer/netbsd_syscall_hooks.h
index b47b04881..4c6c6a88a 100644
--- a/include/sanitizer/netbsd_syscall_hooks.h
+++ b/include/sanitizer/netbsd_syscall_hooks.h
@@ -21,7 +21,7 @@
// DO NOT EDIT! THIS FILE HAS BEEN GENERATED!
//
// Generated with: generate_netbsd_syscalls.awk
-// Generated date: 2018-02-15
+// Generated date: 2018-03-03
// Generated from: syscalls.master,v 1.291 2018/01/06 16:41:23 kamil Exp
//
//===----------------------------------------------------------------------===//