]> git.baikalelectronics.ru Git - kernel.git/commit
signals: implement sys_rt_tgsigqueueinfo
authorThomas Gleixner <tglx@linutronix.de>
Sat, 4 Apr 2009 21:01:06 +0000 (21:01 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 30 Apr 2009 17:24:24 +0000 (19:24 +0200)
commit72353a8c12655e668f0c1a0803175d99dca74938
tree54da8395eaf30a0386cd71214fbabe94ded229e2
parentac8cd4560e7157be2c71d2aba6a8fd54a8e0430a
signals: implement sys_rt_tgsigqueueinfo

sys_kill has the per thread counterpart sys_tgkill. sigqueueinfo is
missing a thread directed counterpart. Such an interface is important
for migrating applications from other OSes which have the per thread
delivery implemented.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Roland McGrath <roland@redhat.com>
Acked-by: Ulrich Drepper <drepper@redhat.com>
include/linux/compat.h
include/linux/signal.h
kernel/compat.c
kernel/signal.c