diff options
author | 2017-06-19 03:06:26 +0000 | |
---|---|---|
committer | 2017-06-19 03:06:26 +0000 | |
commit | f933361f20df4def12f9bc8391f68d6bfad3bb75 (patch) | |
tree | a7da190b48af4b1cbdff573c701446c6c7421221 /lib/libc/shlib_version | |
parent | Erroneous host names in various options should be ignored (diff) | |
download | wireguard-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_version | 2 |
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. |