From dd57d65e2d8f9f15d6abe88ebd7078bef1d309be Mon Sep 17 00:00:00 2001 From: deischen Date: Sun, 29 Apr 2007 14:03:45 +0000 Subject: Number the private version namespace in case we ever want to have compatibility between versions (as we do for the public namespace). --- lib/libc/Versions.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index 68c0f32..3db374b 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -8,5 +8,5 @@ FBSD_1.0 { # strictly for use only by other FreeBSD applications and libraries # are listed here. We use a separate namespace so we can write # simple ABI-checking tools. -FBSDprivate { +FBSDprivate_1.0 { }; -- cgit v1.1