From: David Woodhouse <dwmw2@infradead.org>
To: akpm@osdl.org
Cc: dhowells <dhowells@redhat.com>, linux-kernel@vger.kernel.org
Subject: [PATCH] [6/6] Add pselect/ppoll system calls on i386
Date: Fri, 16 Dec 2005 11:45:30 +0000 [thread overview]
Message-ID: <1134733530.7104.102.camel@pmac.infradead.org> (raw)
In-Reply-To: <1134732739.7104.54.camel@pmac.infradead.org>
This patch adds the sys_pselect6() and sys_poll() calls to the i386 syscall
table.
Signed-Off-By: David Woodhouse <dwmw2@infradead.org>
arch/i386/kernel/syscall_table.S | 2 ++
arch/i386/kernel/syscall_table.S~ |only
include/asm-i386/unistd.h | 4 +++-
include/asm-i386/unistd.h~ |only
4 files changed, 5 insertions(+), 1 deletion(-)
diff -urp linux-2.6.15-rc5-mm3-pselect5/arch/i386/kernel/syscall_table.S linux-2.6.15-rc5-mm3-pselect6/arch/i386/kernel/syscall_table.S
--- linux-2.6.15-rc5-mm3-pselect5/arch/i386/kernel/syscall_table.S 2005-12-16 10:56:09.000000000 +0000
+++ linux-2.6.15-rc5-mm3-pselect6/arch/i386/kernel/syscall_table.S 2005-12-16 11:14:19.000000000 +0000
@@ -297,3 +297,5 @@ ENTRY(sys_call_table)
.long sys_preadv /* 295 */
.long sys_pwritev
.long sys_unshare
+ .long sys_pselect6
+ .long sys_ppoll
Only in linux-2.6.15-rc5-mm3-pselect6/arch/i386/kernel: syscall_table.S~
diff -urp linux-2.6.15-rc5-mm3-pselect5/include/asm-i386/unistd.h linux-2.6.15-rc5-mm3-pselect6/include/asm-i386/unistd.h
--- linux-2.6.15-rc5-mm3-pselect5/include/asm-i386/unistd.h 2005-12-16 11:09:59.000000000 +0000
+++ linux-2.6.15-rc5-mm3-pselect6/include/asm-i386/unistd.h 2005-12-16 11:13:51.000000000 +0000
@@ -303,8 +303,10 @@
#define __NR_preadv 295
#define __NR_pwritev 296
#define __NR_unshare 297
+#define __NR_pselect6 298
+#define __NR_ppoll 299
-#define NR_syscalls 298
+#define NR_syscalls 300
/*
* user-visible error numbers are in the range -1 - -128: see
Only in linux-2.6.15-rc5-mm3-pselect6/include/asm-i386: unistd.h~
--
dwmw2
next prev parent reply other threads:[~2005-12-16 11:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1134732739.7104.54.camel@pmac.infradead.org>
2005-12-16 11:43 ` [PATCH] [1/6] Add pselect/ppoll system call implementation David Woodhouse
2005-12-16 11:44 ` [PATCH] [2/6] TIF_RESTORE_SIGMASK support for arch/powerpc David Woodhouse
2005-12-16 11:44 ` [PATCH] [3/6] Generic sys_rt_sigsuspend() David Woodhouse
2005-12-16 11:44 ` [PATCH] [4/6] Handle TIF_RESTORE_SIGMASK for FRV David Woodhouse
2005-12-16 11:45 ` [PATCH] [5/6] Handle TIF_RESTORE_SIGMASK for i386 David Woodhouse
2005-12-16 11:45 ` David Woodhouse [this message]
[not found] <1136923488.3435.78.camel@localhost.localdomain>
2006-01-10 20:23 ` [PATCH] [6/6] Add pselect/ppoll system calls on i386 David Woodhouse
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=1134733530.7104.102.camel@pmac.infradead.org \
--to=dwmw2@infradead.org \
--cc=akpm@osdl.org \
--cc=dhowells@redhat.com \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®