From 3d6d3ed091441cddcca7d6be6afe95715ec2dfc7 Mon Sep 17 00:00:00 2001 From: Daniel Eischen 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_system.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libkse/thread/thr_system.c') diff --git a/lib/libkse/thread/thr_system.c b/lib/libkse/thread/thr_system.c index 1c10a707e2aa..5dbe4261ab74 100644 --- a/lib/libkse/thread/thr_system.c +++ b/lib/libkse/thread/thr_system.c @@ -39,9 +39,6 @@ int _system(const char *string); extern int __system(const char *); -LT10_COMPAT_PRIVATE(_system); -LT10_COMPAT_DEFAULT(system); - __weak_reference(_system, system); int -- cgit v1.3