Commit a5320f3c by Jakub Jelinek Committed by Jakub Jelinek

* include/system/sys/ptrace.h: New file.

From-SVN: r250910
parent f5b328d9
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
......
#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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment