summaryrefslogtreecommitdiffstats
path: root/lib/libc/Versions.def
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-04-29 16:14:17 +0000
committerkan <kan@FreeBSD.org>2007-04-29 16:14:17 +0000
commit7f5712c74ba8a33317c91a8f83c05acc63bf3b1d (patch)
tree58a03c75c1b95577ebb73b738a0639e882a7d82c /lib/libc/Versions.def
parente7d29627eeefc1559174a27c7956d871cd6a80bf (diff)
downloadFreeBSD-src-7f5712c74ba8a33317c91a8f83c05acc63bf3b1d.zip
FreeBSD-src-7f5712c74ba8a33317c91a8f83c05acc63bf3b1d.tar.gz
Make sure FBSDprivate_1.0 is located at the end of the version
inheritance chain.
Diffstat (limited to 'lib/libc/Versions.def')
-rw-r--r--lib/libc/Versions.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def
index 3db374b..2cbfec1 100644
--- a/lib/libc/Versions.def
+++ b/lib/libc/Versions.def
@@ -9,4 +9,4 @@ FBSD_1.0 {
# are listed here. We use a separate namespace so we can write
# simple ABI-checking tools.
FBSDprivate_1.0 {
-};
+} FBSD_1.0;
OpenPOWER on IntegriCloud