From 995b4989cdde07816b807cfae620ee85814b9f7d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 20 Mar 2011 01:32:33 +0100 Subject: disable __pthread_kill_other_threads, obsoleted Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/pthread_kill_other_threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/nptl/pthread_kill_other_threads.c b/libpthread/nptl/pthread_kill_other_threads.c index 09401aab5..3dc69b957 100644 --- a/libpthread/nptl/pthread_kill_other_threads.c +++ b/libpthread/nptl/pthread_kill_other_threads.c @@ -17,7 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifdef SHARED +#if 0 /*def SHARED*/ /* This function does not serve a useful purpose in the thread library implementation anymore. It used to be necessary when then kernel could not shut down "processes" but this is not the case anymore. -- cgit v1.2.3