* [PATCH] signals: declare sys_rt_tgsigqueueinfo in syscalls.h [not found] <OF7F45750A.C485B285-ON482575EC.000B875E-482575EC.000C4628@sunplusct.com> @ 2009-07-07 8:23 ` Arnd Bergmann 2009-07-07 9:06 ` [tip:core/urgent] " tip-bot for Arnd Bergmann 0 siblings, 1 reply; 2+ messages in thread From: Arnd Bergmann @ 2009-07-07 8:23 UTC (permalink / raw) To: liqin.chen, Thomas Gleixner Cc: Roland McGrath, Oleg Nesterov, liqin.chen, Linux Kernel list sys_rt_tgsigqueueinfo needs to be declared in linux/syscalls.h so that architectures defining the system call table in C can reference it. Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- On Tuesday 07 July 2009, liqin.chen@sunplusct.com wrote: > In file included from > /home/score/work-linux/work-kernel/mainline/linux-2.6.git.new2/arch/score/include/asm/unistd.h:6, > from arch/score/kernel/sys_call_table.c:11: > include/asm-generic/unistd.h:622: error: 'sys_rt_tgsigqueueinfo' > undeclared here (not in a f diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index fa4242c..34182de 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -321,6 +321,8 @@ asmlinkage long sys_rt_sigtimedwait(const sigset_t __user *uthese, siginfo_t __user *uinfo, const struct timespec __user *uts, size_t sigsetsize); +asmlinkage long sys_rt_tgsigqueueinfo(pid_t tgid, pid_t pid, int sig, + siginfo_t __user *uinfo); asmlinkage long sys_kill(int pid, int sig); asmlinkage long sys_tgkill(int tgid, int pid, int sig); asmlinkage long sys_tkill(int pid, int sig); ^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip:core/urgent] signals: declare sys_rt_tgsigqueueinfo in syscalls.h 2009-07-07 8:23 ` [PATCH] signals: declare sys_rt_tgsigqueueinfo in syscalls.h Arnd Bergmann @ 2009-07-07 9:06 ` tip-bot for Arnd Bergmann 0 siblings, 0 replies; 2+ messages in thread From: tip-bot for Arnd Bergmann @ 2009-07-07 9:06 UTC (permalink / raw) To: linux-tip-commits; +Cc: linux-kernel, arnd, hpa, mingo, tglx Commit-ID: 7afdbf23c3acdec3eaf1b94f87132fff3d81ce73 Gitweb: http://git.kernel.org/tip/7afdbf23c3acdec3eaf1b94f87132fff3d81ce73 Author: Arnd Bergmann <arnd@arndb.de> AuthorDate: Tue, 7 Jul 2009 10:23:43 +0200 Committer: Thomas Gleixner <tglx@linutronix.de> CommitDate: Tue, 7 Jul 2009 10:51:39 +0200 signals: declare sys_rt_tgsigqueueinfo in syscalls.h sys_rt_tgsigqueueinfo needs to be declared in linux/syscalls.h so that architectures defining the system call table in C can reference it. Signed-off-by: Arnd Bergmann <arnd@arndb.de> LKML-Reference: <200907071023.44008.arnd@arndb.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- include/linux/syscalls.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index fa4242c..80de700 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -321,6 +321,8 @@ asmlinkage long sys_rt_sigtimedwait(const sigset_t __user *uthese, siginfo_t __user *uinfo, const struct timespec __user *uts, size_t sigsetsize); +asmlinkage long sys_rt_tgsigqueueinfo(pid_t tgid, pid_t pid, int sig, + siginfo_t __user *uinfo); asmlinkage long sys_kill(int pid, int sig); asmlinkage long sys_tgkill(int tgid, int pid, int sig); asmlinkage long sys_tkill(int pid, int sig); ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-07 9:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <OF7F45750A.C485B285-ON482575EC.000B875E-482575EC.000C4628@sunplusct.com>
2009-07-07 8:23 ` [PATCH] signals: declare sys_rt_tgsigqueueinfo in syscalls.h Arnd Bergmann
2009-07-07 9:06 ` [tip:core/urgent] " tip-bot for Arnd Bergmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox