From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:52:57 +0000 (-0700) Subject: signals: join send_sigqueue() with send_group_sigqueue() X-Git-Tag: v2.6.26-rc1~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5c215383f43a106ba4ef298126bf78c126f5e9;p=pandora-kernel.git signals: join send_sigqueue() with send_group_sigqueue() We export send_sigqueue() and send_group_sigqueue() for the only user, posix_timer_event(). This is a bit silly, because both are just trivial helpers on top of do_send_sigqueue() and because the we pass the unused .si_signo parameter. Kill them both, rename do_send_sigqueue() to send_sigqueue(), and export it. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed