diff options
author | das <das@FreeBSD.org> | 2011-10-10 15:42:33 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2011-10-10 15:42:33 +0000 |
commit | 768c3db25c16c726fe7df21f139f54cd6342dfbf (patch) | |
tree | cf60338cfc31851ebd8523f329fb0e4f1df72c42 /lib/libc | |
parent | 9261843d83b187e1ad600904440706fe9ca02986 (diff) | |
download | FreeBSD-src-768c3db25c16c726fe7df21f139f54cd6342dfbf.zip FreeBSD-src-768c3db25c16c726fe7df21f139f54cd6342dfbf.tar.gz |
Add a FBSD_1.3 namespace for FreeBSD 10.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Versions.def | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index da0ca6f..bbd59a4 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -19,6 +19,10 @@ FBSD_1.1 { FBSD_1.2 { } FBSD_1.1; +# This version was first added to 10.0-current. +FBSD_1.3 { +} FBSD_1.2; + # This is our private namespace. Any global interfaces that are # strictly for use only by other FreeBSD applications and libraries # are listed here. We use a separate namespace so we can write @@ -26,4 +30,4 @@ FBSD_1.2 { # # Please do NOT increment the version of this namespace. FBSDprivate_1.0 { -} FBSD_1.2; +} FBSD_1.3; |