diff options
Diffstat (limited to 'linux-user/alpha/syscall.h')
-rw-r--r-- | linux-user/alpha/syscall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/alpha/syscall.h b/linux-user/alpha/syscall.h index ed13d9a..245cff2 100644 --- a/linux-user/alpha/syscall.h +++ b/linux-user/alpha/syscall.h @@ -252,3 +252,6 @@ struct target_pt_regs { #define TARGET_UAC_NOPRINT 1 #define TARGET_UAC_NOFIX 2 #define TARGET_UAC_SIGBUS 4 +#define TARGET_MINSIGSTKSZ 4096 +#define TARGET_MLOCKALL_MCL_CURRENT 0x2000 +#define TARGET_MLOCKALL_MCL_FUTURE 0x4000 |