diff options
author | Riku Voipio <riku.voipio@linaro.org> | 2016-09-28 00:25:19 +0300 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2017-02-14 17:18:03 +0100 |
commit | b9a0be9239ef58630c6b436ac7ed2cf0bc3a028d (patch) | |
tree | 2cf4504096297e50b9552feab3063ad3fad7057c /linux-user | |
parent | 5dae13cd71f0755a1395b5a4cde635b8a6ee3f58 (diff) |
linux-user: remove ifdef __USER_MISC
This preprocessor macro isn't set anywhere. Remove
the check so -strace can show these options.
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/strace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-user/strace.c b/linux-user/strace.c index 489dbc9583..8fb1b6e252 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -90,10 +90,8 @@ if( cmd == val ) { \ output_cmd( IPC_STAT ); output_cmd( IPC_INFO ); /* msgctl() commands */ - #ifdef __USER_MISC output_cmd( MSG_STAT ); output_cmd( MSG_INFO ); - #endif /* shmctl() commands */ output_cmd( SHM_LOCK ); output_cmd( SHM_UNLOCK ); |