From 03dc3be400b789bf67c284837e606180340cdbc3 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 6 Feb 2008 20:30:48 +0000 Subject: Give libkse the same treatment as libthr re. symbol versioning. MFC after: 2 weeks --- lib/libkse/Makefile | 3 ++- lib/libkse/kse.map | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'lib/libkse') diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index 7acf612..5400e17 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -41,7 +41,8 @@ WARNS?=3 # Enable extra internal consistancy checks. CFLAGS+=-D_PTHREADS_INVARIANTS -Wall -VERSION_MAP=${.CURDIR}/kse.map +VERSION_DEF=${.CURDIR}/../libc/Versions.def +SYMBOLS_MAP=${.CURDIR}/kse.map PRECIOUSLIB= diff --git a/lib/libkse/kse.map b/lib/libkse/kse.map index 0121a9d..94f6dd9 100644 --- a/lib/libkse/kse.map +++ b/lib/libkse/kse.map @@ -4,7 +4,6 @@ * Use the same naming scheme as libc. */ FBSD_1.0 { -global: __error; accept; aio_suspend; @@ -158,8 +157,6 @@ global: waitpid; write; writev; -local: - *; }; /* @@ -167,7 +164,6 @@ local: * These are not part of our application ABI. */ FBSDprivate_1.0 { -global: ___creat; __accept; __close; @@ -363,7 +359,4 @@ global: _thread_size_key; _thread_state_running; _thread_state_zoombie; - -local: - *; }; -- cgit v1.1