projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dae13c
)
linux-user: remove ifdef __USER_MISC
author
Riku Voipio
<riku.voipio@linaro.org>
Tue, 27 Sep 2016 21:25:19 +0000
(
00:25
+0300)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 14 Feb 2017 16:18:03 +0000
(17:18 +0100)
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>
linux-user/strace.c
patch
|
blob
|
history
diff --git
a/linux-user/strace.c
b/linux-user/strace.c
index 489dbc9583980501d7531929b0d775aba27ba60c..8fb1b6e2520035f6d21ccdc7a98fc4ef116f3b83 100644
(file)
--- 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 );