diff options
Diffstat (limited to 'linux-user/microblaze')
-rw-r--r-- | linux-user/microblaze/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/microblaze/syscall.h b/linux-user/microblaze/syscall.h index 5b5f6b447d..2a5e160b03 100644 --- a/linux-user/microblaze/syscall.h +++ b/linux-user/microblaze/syscall.h @@ -49,5 +49,6 @@ struct target_pt_regs { }; #define TARGET_CLONE_BACKWARDS +#define TARGET_MINSIGSTKSZ 2048 #endif |