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)
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>

No differences found