diff options
Diffstat (limited to 'linux/os.h')
-rw-r--r-- | linux/os.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |