summaryrefslogtreecommitdiffstats
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2017-12-05 13:45:31 +0000
committerkettenis <kettenis@openbsd.org>2017-12-05 13:45:31 +0000
commit0afcdeda897cccf53b8f99c1eb030fd52ee9ee99 (patch)
treeae06143be769a47677266a3ccbc027b7cf3992e0 /lib/libc/shlib_version
parentWhen sending out a proposal we create an SA/SPI for the Child SAs if we (diff)
downloadwireguard-openbsd-0afcdeda897cccf53b8f99c1eb030fd52ee9ee99.tar.xz
wireguard-openbsd-0afcdeda897cccf53b8f99c1eb030fd52ee9ee99.zip
Implement __cxa_thread_atexit to support C++11 thread_local scope. The
interface is also made available as __cxa_thread_atexit_impl to satisfy the needs of GNU libstdc++. ok guenther@, millert@
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 7fe672d9c92..858859a0e22 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=92
-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.