qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>,
	Riku Voipio <riku.voipio@iki.fi>,
	Richard Henderson <richard.henderson@linaro.org>
Subject: [Qemu-devel] [PULL 7/8] linux-user/microblaze: Fix typo in accept4 syscall
Date: Tue, 12 Jun 2018 12:58:30 +0200	[thread overview]
Message-ID: <20180612105831.25703-8-laurent@vivier.eu> (raw)
In-Reply-To: <20180612105831.25703-1-laurent@vivier.eu>

From: Richard Henderson <richard.henderson@linaro.org>

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180607184844.30126-4-richard.henderson@linaro.org>
[lv: replace tabs by spaces]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 linux-user/microblaze/syscall_nr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux-user/microblaze/syscall_nr.h b/linux-user/microblaze/syscall_nr.h
index 0704449bae..5d1a47a9a9 100644
--- a/linux-user/microblaze/syscall_nr.h
+++ b/linux-user/microblaze/syscall_nr.h
@@ -363,7 +363,7 @@
 #define TARGET_NR_shutdown		359 /* new */
 #define TARGET_NR_sendmsg		360 /* new */
 #define TARGET_NR_recvmsg		361 /* new */
-#define TARGET_NR_accept04		362 /* new */
+#define TARGET_NR_accept4               362 /* new */
 #define TARGET_NR_preadv                363 /* new */
 #define TARGET_NR_pwritev               364 /* new */
 #define TARGET_NR_rt_tgsigqueueinfo     365 /* new */
-- 
2.14.4

  parent reply	other threads:[~2018-06-12 10:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-12 10:58 [Qemu-devel] [PULL 0/8] Linux user for 3.0 patches Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 1/8] linux-user: Export use is_error(), use it to avoid warnings Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 2/8] linux-user: Use is_error() to avoid warnings and make the code clearer Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 3/8] linux-user: disable qemu-bridge-helper and socket_scm_helper build Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 4/8] qemu-binfmt-conf.sh: ignore the OS/ABI field Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 5/8] linux-user/alpha: Fix epoll syscalls Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 6/8] linux-user/hppa: Fix typo in mknodat syscall Laurent Vivier
2018-06-12 10:58 ` Laurent Vivier [this message]
2018-06-12 10:58 ` [Qemu-devel] [PULL 8/8] linux-user/sparc64: Add inotify_rm_watch and tee syscalls Laurent Vivier
2018-06-12 11:21 ` [Qemu-devel] [PULL 0/8] Linux user for 3.0 patches no-reply
2018-06-14 10:35 ` Peter Maydell

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=20180612105831.25703-8-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=riku.voipio@iki.fi \
    /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).