From 8e20ec32e64b1e57972835f15e387ac1e8d6a8f6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Jun 2023 14:31:34 +0200 Subject: Add -a and trivial improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- linux/os.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux') diff --git a/linux/os.h b/linux/os.h index 59092e1..05253c2 100644 --- a/linux/os.h +++ b/linux/os.h @@ -37,6 +37,10 @@ # define REGARGS(a, b) a, b #endif +#if defined(__arm__) || defined(__thumb__) +# define USE_PTRACE_SET_SYSCALL +#endif + #ifndef KEY_SPEC_THREAD_KEYRING # define KEY_SPEC_THREAD_KEYRING -1 -- cgit v1.2.3-70-g09d2