Commit b9a0be92 authored by Riku Voipio's avatar Riku Voipio Committed by Laurent Vivier
Browse files

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: default avatarRiku Voipio <riku.voipio@linaro.org>
parent 5dae13cd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 );