summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2019-05-10 15:03:25 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2019-05-10 15:03:25 +0000
commite7510fcc8f1bcaeaecf2acd2d7d95961b92dd50b (patch)
tree002d00695adeffa30645c87cc0efd4cf886c33e7 /lib/libc/shlib_version
parentb74fabda470fd529f8a7b63d5445bebde82e9273 (diff)
Inroduce malloc_conceal() and calloc_conceal(). Similar to their
counterparts but return memory in pages marked MAP_CONCEAL and on free() freezero() is actually called.
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 2f0e8523115..8d78fdc547f 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=95
-minor=0
+minor=1
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.