* include/system/sys/ptrace.h: New file.
From-SVN: r250910
This commit is contained in:
parent
f5b328d964
commit
a5320f3ce2
@ -1,3 +1,7 @@
|
||||
2017-08-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* include/system/sys/ptrace.h: New file.
|
||||
|
||||
2017-07-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR sanitizer/80998
|
||||
|
7
libsanitizer/include/system/sys/ptrace.h
Normal file
7
libsanitizer/include/system/sys/ptrace.h
Normal file
@ -0,0 +1,7 @@
|
||||
#include_next <sys/ptrace.h>
|
||||
#ifndef PTRACE_GETREGSET
|
||||
/* glibc before
|
||||
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=cbff0d9689c4d68578b6a4f0a17807232506ea27
|
||||
doesn't define PTRACE_GETREGSET. */
|
||||
#define PTRACE_GETREGSET 0x4204
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user