qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v2 01/14] linux-user: remove ifdef __USER_MISC


From: Laurent Vivier
Subject: [Qemu-devel] [PULL v2 01/14] linux-user: remove ifdef __USER_MISC
Date: Thu, 16 Feb 2017 15:38:03 +0100

From: Riku Voipio <address@hidden>

This preprocessor macro isn't set anywhere. Remove
the check so -strace can show these options.

Signed-off-by: Riku Voipio <address@hidden>
---
 linux-user/strace.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/linux-user/strace.c b/linux-user/strace.c
index 489dbc9..8fb1b6e 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 );
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]