diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-02-06 20:30:48 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-02-06 20:30:48 +0000 |
| commit | d197ee06fc68ff05a3701303e47243348fa2af6a (patch) | |
| tree | 3f8457c92aab0ef9ce434e6363c03cf1a7a56a94 /lib/libkse | |
| parent | a9b9744ff8c9cbc3b009c6257416d66dc764454b (diff) | |
Notes
Diffstat (limited to 'lib/libkse')
| -rw-r--r-- | lib/libkse/Makefile | 3 | ||||
| -rw-r--r-- | lib/libkse/kse.map | 7 |
2 files changed, 2 insertions, 8 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index 7acf61270b6f..5400e177514e 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 0121a9d8240e..94f6dd958188 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: - *; }; |
