diff options
author | deischen <deischen@FreeBSD.org> | 2007-04-29 14:03:45 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2007-04-29 14:03:45 +0000 |
commit | dd57d65e2d8f9f15d6abe88ebd7078bef1d309be (patch) | |
tree | 790117b95fc293d0cd6a52bda37841b359022607 /lib/libc | |
parent | c8d3bdefd953522aa8274c9e8927a94c952f0ff5 (diff) | |
download | FreeBSD-src-dd57d65e2d8f9f15d6abe88ebd7078bef1d309be.zip FreeBSD-src-dd57d65e2d8f9f15d6abe88ebd7078bef1d309be.tar.gz |
Number the private version namespace in case we ever want to have
compatibility between versions (as we do for the public namespace).
Diffstat (limited to 'lib/libc')
-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 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 { }; |