All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Riku Voipio <riku.voipio@iki.fi>
Cc: Michael Casadevall <mcasadevall@ubuntu.com>,
	Riku Voipio <riku.voipio@nokia.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 2/4] linux-user: Add the syscall id for pselect6 on ARM
Date: Fri, 26 Mar 2010 23:13:57 +0100	[thread overview]
Message-ID: <20100326221357.GC15194@volta.aurel32.net> (raw)
In-Reply-To: <24d55bf05f43067a28600e3d2dba8c2a2c6ee76d.1269616764.git.riku.voipio@nokia.com>

On Fri, Mar 26, 2010 at 03:25:10PM +0000, Riku Voipio wrote:
> From: Michael Casadevall <mcasadevall@ubuntu.com>
> 
> As this is now supported in newer linux kernels.
> 
> Signed-off-by: Michael Casadevall <mcasadevall@ubuntu.com>
> Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
> ---
>  linux-user/arm/syscall_nr.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied.

> 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.5
> 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

  reply	other threads:[~2010-03-26 22:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-26 15:25 [Qemu-devel] [PATCH 0/4] linux-user patches for upstream Riku Voipio
2010-03-26 15:25 ` [Qemu-devel] [PATCH 1/4] linux-user: add pselect syscall Riku Voipio
2010-03-26 22:15   ` Aurelien Jarno
2010-03-26 23:05   ` Paul Brook
2010-03-28 18:49     ` Jamie Lokier
2010-03-26 15:25 ` [Qemu-devel] [PATCH 2/4] linux-user: Add the syscall id for pselect6 on ARM Riku Voipio
2010-03-26 22:13   ` Aurelien Jarno [this message]
2010-03-26 15:25 ` [Qemu-devel] [PATCH 3/4] Add inotify_init1 syscall support Riku Voipio
2010-03-26 22:14   ` Aurelien Jarno
2010-03-26 15:25 ` [Qemu-devel] [PATCH 4/4] fix 0 sized write syscall Riku Voipio
2010-03-26 16:07   ` Richard Henderson

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=20100326221357.GC15194@volta.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=mcasadevall@ubuntu.com \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    --cc=riku.voipio@nokia.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.