glibc/sysdeps/unix/sysv/linux/s390/sys
Dmitry V. Levin cab91f947a S390: fix sys/ptrace.h to make it includible again after asm/ptrace.h
sys/ptrace.h on S390 used to be includible both before and after
asm/ptrace.h, until commit b08a6a0dea
among other changes introduced PTRACE_SINGLEBLOCK enum constant which
is also defined in asm/ptrace.h as a macro, making sys/ptrace.h fail
to compile when included after asm/ptrace.h.

* sysdeps/unix/sysv/linux/s390/sys/ptrace.h [_LINUX_PTRACE_H ||
_S390_PTRACE_H]: Undefine all PTRACE_* macro constants defined
later as enum constants, except PTRACE_PEEKUSER, PTRACE_POKEUSER,
and PTRACE_SEIZE_DEVEL that are not defined by Linux headers.
2017-07-23 23:22:53 +00:00
..
elf.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
procfs.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
ptrace.h S390: fix sys/ptrace.h to make it includible again after asm/ptrace.h 2017-07-23 23:22:53 +00:00
ucontext.h Rename struct ucontext tag (bug 21457). 2017-06-26 22:03:58 +00:00
user.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00