summaryrefslogtreecommitdiff
path: root/arch/sh/bits
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2018-09-13 21:18:57 +0000
committerRich Felker <dalias@aerifal.cx>2018-09-20 17:56:29 -0400
commit5ef60206ff9e697d3011bcf48afca50c9fe85e1b (patch)
tree1e2ab7ab58e029a267fe763f2c104f2af2109766 /arch/sh/bits
parentf381c118b2d4f7d914481d3cdc830ce41369b002 (diff)
downloadmusl-5ef60206ff9e697d3011bcf48afca50c9fe85e1b.tar.gz
add arm and sh bits/ptrace.h
These should have been added in commit df6d9450ea19fd71e52cf5cdb4c85beb73066394 that added target specific PTRACE_ macros, but somehow got missed.
Diffstat (limited to 'arch/sh/bits')
-rw-r--r--arch/sh/bits/ptrace.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/bits/ptrace.h b/arch/sh/bits/ptrace.h
new file mode 100644
index 00000000..4435ca1f
--- /dev/null
+++ b/arch/sh/bits/ptrace.h
@@ -0,0 +1,5 @@
+#define PTRACE_GETFDPIC 31
+#define PTRACE_GETFDPIC_EXEC 0
+#define PTRACE_GETFDPIC_INTERP 1
+#define PTRACE_GETDSPREGS 55
+#define PTRACE_SETDSPREGS 56