From 8cf2d070a8052f74c73cb0b3d2b09bc755e9ce6e Mon Sep 17 00:00:00 2001 From: deischen Date: Sun, 16 Dec 2007 23:29:57 +0000 Subject: Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0 version namespace which was needed before the library version was bumped. --- lib/libkse/thread/thr_init.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/libkse/thread/thr_init.c') diff --git a/lib/libkse/thread/thr_init.c b/lib/libkse/thread/thr_init.c index 8f9ea6a..6c41961 100644 --- a/lib/libkse/thread/thr_init.c +++ b/lib/libkse/thread/thr_init.c @@ -66,11 +66,6 @@ #include "libc_private.h" #include "thr_private.h" -LT10_COMPAT_PRIVATE(_libkse_debug); -LT10_COMPAT_PRIVATE(_thread_activated); -LT10_COMPAT_PRIVATE(_thread_active_threads); -LT10_COMPAT_PRIVATE(_thread_list); - int __pthread_cond_wait(pthread_cond_t *, pthread_mutex_t *); int __pthread_mutex_lock(pthread_mutex_t *); int __pthread_mutex_trylock(pthread_mutex_t *); -- cgit v1.1