diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2007-04-29 14:03:45 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2007-04-29 14:03:45 +0000 |
commit | 8d3b75aa339d24e6b235b9867f169c19f9551406 (patch) | |
tree | 790117b95fc293d0cd6a52bda37841b359022607 | |
parent | 091c66c6d2b8bdd54096ad95f9018d32fba2249e (diff) |
Number the private version namespace in case we ever want to have
compatibility between versions (as we do for the public namespace).
Notes
Notes:
svn path=/head/; revision=169091
-rw-r--r-- | lib/libc/Versions.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index 68c0f32a226d..3db374b7769a 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 { }; |