From 6ee36bbb6d4d2e2babd15f47d0b2a922a9d8796c Mon Sep 17 00:00:00 2001 From: davidxu Date: Sat, 25 Mar 2006 04:49:07 +0000 Subject: Add locking support for rtld. --- lib/libthr/thread/thr_kern.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libthr/thread/thr_kern.c') diff --git a/lib/libthr/thread/thr_kern.c b/lib/libthr/thread/thr_kern.c index 4c451f1..aa7dce6 100644 --- a/lib/libthr/thread/thr_kern.c +++ b/lib/libthr/thread/thr_kern.c @@ -51,13 +51,11 @@ _thr_setthreaded(int threaded) return (0); __isthreaded = threaded; -#if 0 if (threaded != 0) { _thr_rtld_init(); } else { _thr_rtld_fini(); } -#endif return (0); } -- cgit v1.1