about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2018-02-26 10:40:17 -0300
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2018-02-26 10:40:34 -0300
commit398c6fddafcee2dc4c2b2574417a2d0cfccaeec1 (patch)
tree0c0d5fb2a6a93dcc72dfd8070de70d57e0345f6a /ChangeLog
parentd863cd712eb1fc3276896933846cc9d1035afd55 (diff)
downloadglibc-398c6fddafcee2dc4c2b2574417a2d0cfccaeec1.tar.gz
glibc-398c6fddafcee2dc4c2b2574417a2d0cfccaeec1.tar.xz
glibc-398c6fddafcee2dc4c2b2574417a2d0cfccaeec1.zip
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>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db057f038d..c5caa3fa8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-26  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
+
+	* sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Undefine Linux
+	macros used in __ptrace_request.
+
 2018-02-23  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #22792]