summaryrefslogtreecommitdiffstats
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2017-06-19 03:06:26 +0000
committerdlg <dlg@openbsd.org>2017-06-19 03:06:26 +0000
commitf933361f20df4def12f9bc8391f68d6bfad3bb75 (patch)
treea7da190b48af4b1cbdff573c701446c6c7421221 /lib/libc/shlib_version
parentErroneous host names in various options should be ignored (diff)
downloadwireguard-openbsd-f933361f20df4def12f9bc8391f68d6bfad3bb75.tar.xz
wireguard-openbsd-f933361f20df4def12f9bc8391f68d6bfad3bb75.zip
port the RBT code to userland by making it part of libc.
src/lib/libc/gen/tree.c is a copy of src/sys/kern/subr_tree.c, but with annotations for symbol visibility. changes to one should be reflected in the other. the malloc debug code that uses RB code is ported to RBT. because libc provides the RBT code, procmap doesn't have to reach into the kernel and build subr_tree.c itself now. mild enthusiasm from many ok guenther@
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 6793602e573..dba8c777a39 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=89
-minor=5
+minor=6
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.