summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2008-05-19 19:36:45 +0000
committerotto <otto@openbsd.org>2008-05-19 19:36:45 +0000
commit5d62b58609d99708a57344737dc17d22ac6a7006 (patch)
tree5bd2a0da72ce1ac08539a3c79b6a79a67550f610 /lib/libc
parentremove recalloc(3); it is buggy and impossible to repair without big (diff)
downloadwireguard-openbsd-5d62b58609d99708a57344737dc17d22ac6a7006.tar.xz
wireguard-openbsd-5d62b58609d99708a57344737dc17d22ac6a7006.zip
bump (recalloc removal)
Diffstat (limited to 'lib/libc')
-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 d61f1f91379..5670d95b527 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=44
+major=45
minor=0
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then libpthread must also be updated.