summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_tcdrain.c
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-12-16 23:29:57 +0000
committerdeischen <deischen@FreeBSD.org>2007-12-16 23:29:57 +0000
commit8cf2d070a8052f74c73cb0b3d2b09bc755e9ce6e (patch)
tree6d85f1ab760abd9317ea7b79e8901fff062f5187 /lib/libkse/thread/thr_tcdrain.c
parentbb20311c500fd8c49f6ba2960d43526101d39911 (diff)
downloadFreeBSD-src-8cf2d070a8052f74c73cb0b3d2b09bc755e9ce6e.zip
FreeBSD-src-8cf2d070a8052f74c73cb0b3d2b09bc755e9ce6e.tar.gz
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.
Diffstat (limited to 'lib/libkse/thread/thr_tcdrain.c')
-rw-r--r--lib/libkse/thread/thr_tcdrain.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libkse/thread/thr_tcdrain.c b/lib/libkse/thread/thr_tcdrain.c
index 146b1ab..55a403d 100644
--- a/lib/libkse/thread/thr_tcdrain.c
+++ b/lib/libkse/thread/thr_tcdrain.c
@@ -38,9 +38,6 @@
int _tcdrain(int fd);
extern int __tcdrain(int);
-LT10_COMPAT_PRIVATE(_tcdrain);
-LT10_COMPAT_DEFAULT(tcdrain);
-
__weak_reference(_tcdrain, tcdrain);
int
OpenPOWER on IntegriCloud