diff options
Diffstat (limited to 'linux-user/strace.c')
-rw-r--r-- | linux-user/strace.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/strace.c b/linux-user/strace.c index d77053b303..bf9a0d9391 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -385,6 +385,9 @@ UNUSED static struct flags mmap_prot_flags[] = { FLAG_GENERIC(PROT_EXEC), FLAG_GENERIC(PROT_READ), FLAG_GENERIC(PROT_WRITE), + FLAG_TARGET(PROT_SEM), + FLAG_GENERIC(PROT_GROWSDOWN), + FLAG_GENERIC(PROT_GROWSUP), FLAG_END, }; |