From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>, Riku Voipio <riku.voipio@linaro.org>
Subject: [Qemu-devel] [PULL 01/14] linux-user: remove ifdef __USER_MISC
Date: Thu, 16 Feb 2017 15:22:14 +0100 [thread overview]
Message-ID: <20170216142227.27448-2-laurent@vivier.eu> (raw)
In-Reply-To: <20170216142227.27448-1-laurent@vivier.eu>
From: Riku Voipio <riku.voipio@linaro.org>
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 | 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
next prev parent reply other threads:[~2017-02-16 14:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-16 14:22 [Qemu-devel] [PULL 00/14] Linux user for upstream patches Laurent Vivier
2017-02-16 14:22 ` Laurent Vivier [this message]
2017-02-16 14:22 ` [Qemu-devel] [PULL 02/14] linux-user: drop __cygwin__ ifdef Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 03/14] linux-user: Fix s390x safe-syscall for z900 Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 04/14] linux-user: Fix inotify_init1 support Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 05/14] linux-user: Fix readahead Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 06/14] linux-user: Fix mq_open Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 07/14] linux-user: manage two new IFLA host message types Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 08/14] linux-user: Update sh4 syscall definitions to match Linux 4.8 Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 09/14] linux-user: Update m68k syscall definitions to match Linux 4.6 Laurent Vivier
2017-02-16 14:24 ` John Paul Adrian Glaubitz
2017-02-16 14:27 ` Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 10/14] linux-user: fix settime old value location Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 11/14] linux-user: fix tcg/mmap test Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 12/14] linux-user: fill target sigcontext struct accordingly Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 13/14] linux-user: Use correct types in load_symbols() Laurent Vivier
2017-02-16 14:22 ` [Qemu-devel] [PULL 14/14] linux-user: Add FICLONE and FICLONERANGE ioctls Laurent Vivier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170216142227.27448-2-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
--cc=riku.voipio@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).