diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-20 01:32:33 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:29 +0200 |
commit | 995b4989cdde07816b807cfae620ee85814b9f7d (patch) | |
tree | 57813aef007d2870de669a4797d66616a7d940e2 /libpthread/nptl/pthread_kill_other_threads.c | |
parent | 7c7dd9d00f2577e667ed479ad5b1a1b5a403184a (diff) |
disable __pthread_kill_other_threads, obsoleted
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/pthread_kill_other_threads.c')
-rw-r--r-- | libpthread/nptl/pthread_kill_other_threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |