Commit 9211bbb2 by Max Ostapenko Committed by Maxim Ostapenko

Move ptrace.h to appropriate place.

libsanitizer/

	* include/system/linux/asm/ptrace.h: Move to ...
	* include/system/asm/ptrace.h: ... this.

From-SVN: r230804
parent db92ed36
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.
2015-11-23 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
......
#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
......
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