Move ptrace.h to appropriate place.
libsanitizer/ * include/system/linux/asm/ptrace.h: Move to ... * include/system/asm/ptrace.h: ... this. From-SVN: r230804
This commit is contained in:
parent
db92ed3685
commit
9211bbb278
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-11-24 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
|
||||
|
||||
* include/system/linux/asm/ptrace.h: Move to ...
|
||||
* include/system/asm/ptrace.h: ... this.
|
||||
|
||||
2015-11-24 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
|
||||
|
||||
* include/system/linux/asm/ptrace.h: New header.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include_next <linux/asm/ptrace.h>
|
||||
#include_next <asm/ptrace.h>
|
||||
/* ARM_VFPREGS_SIZE has been added in 3.0 */
|
||||
#if defined(__arm__) && !defined(ARM_VFPREGS_SIZE)
|
||||
/* The size of the user-visible VFP state as seen by PTRACE_GET/SETVFPREGS
|
Loading…
Add table
Reference in a new issue