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_getprio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libkse/thread/thr_getprio.c') diff --git a/lib/libkse/thread/thr_getprio.c b/lib/libkse/thread/thr_getprio.c index 426e77d..0672d90 100644 --- a/lib/libkse/thread/thr_getprio.c +++ b/lib/libkse/thread/thr_getprio.c @@ -36,9 +36,6 @@ #include "thr_private.h" -LT10_COMPAT_PRIVATE(_pthread_getprio); -LT10_COMPAT_DEFAULT(pthread_getprio); - __weak_reference(_pthread_getprio, pthread_getprio); int -- cgit v1.1