commit | 057d04ac900454514897c17c9fef556c72c68236 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 15 00:20:12 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 15 00:20:12 2018 +0000 |
tree | 5aa5209b72e29f32be18bb8b7bf3a737934caee9 | |
parent | 6d8268e34831e65db80f5d16789537b393f26eda [diff] | |
parent | 15db519ed099aa05f1244d59b51530d9a6f0dd02 [diff] |
Merge "init.rc: Mount /mnt with nodev,nosuid,noexec"
diff --git a/libion/ion_test.c b/libion/ion_test.c index b7d5583..f3874ae 100644 --- a/libion/ion_test.c +++ b/libion/ion_test.c
@@ -250,7 +250,7 @@ case 'p': prot = 0; prot |= strstr(optarg, "MAP_PRIVATE") ? MAP_PRIVATE : 0; - prot |= strstr(optarg, "MAP_SHARED") ? MAP_PRIVATE : 0; + prot |= strstr(optarg, "MAP_SHARED") ? MAP_SHARED : 0; break; case 'f': alloc_flags = atol(optarg);