mirror of
git://git.musl-libc.org/musl
synced 2024-12-19 21:30:58 +00:00
5ef60206ff
These should have been added in commit
df6d9450ea
that added target specific PTRACE_ macros, but somehow got missed.
6 lines
150 B
C
6 lines
150 B
C
#define PTRACE_GETFDPIC 31
|
|
#define PTRACE_GETFDPIC_EXEC 0
|
|
#define PTRACE_GETFDPIC_INTERP 1
|
|
#define PTRACE_GETDSPREGS 55
|
|
#define PTRACE_SETDSPREGS 56
|