[git commit future 1/1] disable __pthread_kill_other_threads, obsoleted

Khem Raj raj.khem at gmail.com
Sat Mar 19 18:51:25 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=d30ffcf93db67ef68593b01b57ba58261fa66008
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 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 09401aa..3dc69b9 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.
-- 
1.7.3.4



More information about the uClibc-cvs mailing list