about summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorwanghongliang <wanghongliang@loongson.cn>2024-02-26 02:17:17 +0800
committerRich Felker <dalias@aerifal.cx>2024-02-29 17:30:11 -0500
commit13cd64af31f9d48f65f9d4b41d7f55266798ee0d (patch)
treebcead2c7ecf1fda825d7615f3d9e0fb22985318d /arch
parent377c363fb5519a224682692004ecd3703c19df93 (diff)
downloadmusl-13cd64af31f9d48f65f9d4b41d7f55266798ee0d.tar.gz
musl-13cd64af31f9d48f65f9d4b41d7f55266798ee0d.tar.xz
musl-13cd64af31f9d48f65f9d4b41d7f55266798ee0d.zip
loongarch64: remove ptrace.h macros
Diffstat (limited to 'arch')
-rw-r--r--arch/loongarch64/bits/ptrace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/loongarch64/bits/ptrace.h b/arch/loongarch64/bits/ptrace.h
deleted file mode 100644
index dce2fa51..00000000
--- a/arch/loongarch64/bits/ptrace.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#define PTRACE_GET_THREAD_AREA  25
-#define PTRACE_SET_THREAD_AREA  26
-#define PTRACE_GET_WATCH_REGS   0xd0
-#define PTRACE_SET_WATCH_REGS   0xd1