diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2016-08-06 13:28:58 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2016-08-06 13:28:58 +0000 |
commit | c3bbb3be4e42469f17c5720b523176b96a7633ba (patch) | |
tree | d28da5f99c2b7f3a25a9e24865765e7c62aaaba8 /lib/libc | |
parent | bfe7e9328c1e665dac9eb7d1a9493007e980715e (diff) |
Create namespace for the symbols added during 12-CURRENT cycle.
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=303794
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 8452c7d057c1..e348308a7906 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -27,6 +27,10 @@ FBSD_1.3 { FBSD_1.4 { } FBSD_1.3; +# This version was first added to 12.0-current. +FBSD_1.5 { +} FBSD_1.4; + # This is our private namespace. Any global interfaces that are # strictly for use only by other FreeBSD applications and libraries @@ -35,4 +39,4 @@ FBSD_1.4 { # # Please do NOT increment the version of this namespace. FBSDprivate_1.0 { -} FBSD_1.4; +} FBSD_1.5; |