summaryrefslogtreecommitdiffstats
path: root/lib/libc/Versions.def
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/Versions.def')
-rw-r--r--lib/libc/Versions.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def
index bbd59a4..8452c7d 100644
--- a/lib/libc/Versions.def
+++ b/lib/libc/Versions.def
@@ -23,6 +23,11 @@ FBSD_1.2 {
FBSD_1.3 {
} FBSD_1.2;
+# This version was first added to 11.0-current.
+FBSD_1.4 {
+} FBSD_1.3;
+
+
# 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
@@ -30,4 +35,4 @@ FBSD_1.3 {
#
# Please do NOT increment the version of this namespace.
FBSDprivate_1.0 {
-} FBSD_1.3;
+} FBSD_1.4;
OpenPOWER on IntegriCloud