diff options
author | wanghongliang <wanghongliang@loongson.cn> | 2024-02-26 02:17:17 +0800 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-02-29 17:30:11 -0500 |
commit | 13cd64af31f9d48f65f9d4b41d7f55266798ee0d (patch) | |
tree | bcead2c7ecf1fda825d7615f3d9e0fb22985318d /arch/loongarch64 | |
parent | 377c363fb5519a224682692004ecd3703c19df93 (diff) | |
download | musl-13cd64af31f9d48f65f9d4b41d7f55266798ee0d.zip musl-13cd64af31f9d48f65f9d4b41d7f55266798ee0d.tar.gz musl-13cd64af31f9d48f65f9d4b41d7f55266798ee0d.tar.bz2 |
loongarch64: remove ptrace.h macros
Diffstat (limited to 'arch/loongarch64')
-rw-r--r-- | arch/loongarch64/bits/ptrace.h | 4 |
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 dce2fa5..0000000 --- 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 |