powerpc: Undefine Linux ptrace macros that conflict with __ptrace_request
commit398c6fddafcee2dc4c2b2574417a2d0cfccaeec1
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Mon, 26 Feb 2018 13:40:17 +0000 (26 10:40 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Mon, 26 Feb 2018 13:40:34 +0000 (26 10:40 -0300)
tree0c0d5fb2a6a93dcc72dfd8070de70d57e0345f6a
parentd863cd712eb1fc3276896933846cc9d1035afd55
powerpc: Undefine Linux ptrace macros that conflict with __ptrace_request

Linux ptrace headers define macros whose tokens conflict with the
constants of enum __ptrace_request causing build errors when
asm/ptrace.h or linux/ptrace.h are included before sys/ptrace.h.

* sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Undefine Linux
macros used in __ptrace_request.

Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
ChangeLog
sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h