qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Casadevall <mcasadevall@ubuntu.com>
To: qemu-devel@nongnu.org
Cc: Michael Casadevall <mcasadevall@ubuntu.com>
Subject: [Qemu-devel] [PATCH 2/2] Add the syscall id for pselect6 on ARM as this is now supported in newer linux kernels.
Date: Tue, 16 Feb 2010 05:31:20 -0500	[thread overview]
Message-ID: <1266316280-28271-3-git-send-email-mcasadevall@ubuntu.com> (raw)
In-Reply-To: <1266316280-28271-2-git-send-email-mcasadevall@ubuntu.com>

Signed-off-by: Michael Casadevall <mcasadevall@ubuntu.com>
---
 linux-user/arm/syscall_nr.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux-user/arm/syscall_nr.h b/linux-user/arm/syscall_nr.h
index b1db341..79a216a 100644
--- a/linux-user/arm/syscall_nr.h
+++ b/linux-user/arm/syscall_nr.h
@@ -338,7 +338,7 @@
 #define TARGET_NR_readlinkat			(332)
 #define TARGET_NR_fchmodat			(333)
 #define TARGET_NR_faccessat			(334)
-					/* 335 for pselect6 */
+#define TARGET_NR_pselect6			(335)
 					/* 336 for ppoll */
 #define TARGET_NR_unshare			(337)
 #define TARGET_NR_set_robust_list		(338)
-- 
1.6.6.1

  reply	other threads:[~2010-02-16 10:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-16 10:31 [Qemu-devel] [PATCH 0/2] support for pselect in linux-user Michael Casadevall
2010-02-16 10:31 ` [Qemu-devel] [PATCH 1/2] This patch adds support for the pselect syscall in linux-user emulation and also adds several support functions required to translate the timespec structs between the target and the host Michael Casadevall
2010-02-16 10:31   ` Michael Casadevall [this message]
2010-02-17 15:10   ` Riku Voipio

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=1266316280-28271-3-git-send-email-mcasadevall@ubuntu.com \
    --to=mcasadevall@ubuntu.com \
    --cc=qemu-devel@nongnu.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).