summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-01-05 02:05:29 +0000
committerderaadt <deraadt@openbsd.org>2008-01-05 02:05:29 +0000
commitefa31f9b4c76654097153e46d09291637d8b5bf4 (patch)
treef96fdacb0bd20e66798cd6644149ac5d345d0fca /lib/libc
parentregen (diff)
downloadwireguard-openbsd-efa31f9b4c76654097153e46d09291637d8b5bf4.tar.xz
wireguard-openbsd-efa31f9b4c76654097153e46d09291637d8b5bf4.zip
crank libc and libpthread, because libc cannot build lint libraries anymore if a syscall is OBSOL..
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 3c07d167bfa..9e407497319 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=42
-minor=1
+major=43
+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.