]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user: remove ifdef __USER_MISC
authorRiku Voipio <riku.voipio@linaro.org>
Tue, 27 Sep 2016 21:25:19 +0000 (00:25 +0300)
committerLaurent 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

index 489dbc9583980501d7531929b0d775aba27ba60c..8fb1b6e2520035f6d21ccdc7a98fc4ef116f3b83 100644 (file)
@@ -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 );