aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/include
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2019-12-24 20:34:58 +0100
committerKamil Rytarowski <n54@gmx.com>2019-12-24 20:34:58 +0100
commit4b8232d4f0bf5fd9f11ebef2b0f9e8e15f130fb3 (patch)
tree6df81b98ac0c04b102079909913c8de06f4bcd9d /compiler-rt/include
parentfc356dcc11c10003ff22acff667b0a9f5e6c1e0f (diff)
downloadllvm-4b8232d4f0bf5fd9f11ebef2b0f9e8e15f130fb3.zip
llvm-4b8232d4f0bf5fd9f11ebef2b0f9e8e15f130fb3.tar.gz
llvm-4b8232d4f0bf5fd9f11ebef2b0f9e8e15f130fb3.tar.bz2
[compiler-rt] Adapt for ptrace(2) changes in NetBSD-9.99.30
Enable compat support for now legacy PT_LWPINFO. Support PT_LWPSTATUS and PT_LWPNEXT.
Diffstat (limited to 'compiler-rt/include')
-rw-r--r--compiler-rt/include/sanitizer/netbsd_syscall_hooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h b/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
index 174b4bf..370da0e 100644
--- a/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
+++ b/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
@@ -20,7 +20,7 @@
// DO NOT EDIT! THIS FILE HAS BEEN GENERATED!
//
// Generated with: generate_netbsd_syscalls.awk
-// Generated date: 2019-11-01
+// Generated date: 2019-12-24
// Generated from: syscalls.master,v 1.296 2019/09/22 22:59:39 christos Exp
//
//===----------------------------------------------------------------------===//