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_sigsuspend.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libkse/thread/thr_sigsuspend.c') diff --git a/lib/libkse/thread/thr_sigsuspend.c b/lib/libkse/thread/thr_sigsuspend.c index c233660..a6ef350 100644 --- a/lib/libkse/thread/thr_sigsuspend.c +++ b/lib/libkse/thread/thr_sigsuspend.c @@ -41,10 +41,6 @@ int __sigsuspend(const sigset_t * set); -LT10_COMPAT_PRIVATE(__sigsuspend); -LT10_COMPAT_PRIVATE(_sigsuspend); -LT10_COMPAT_DEFAULT(sigsuspend); - __weak_reference(__sigsuspend, sigsuspend); int -- cgit v1.1