summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-10-10 14:13:32 +0000
committerderaadt <deraadt@openbsd.org>2006-10-10 14:13:32 +0000
commit4ec2d5247c8df40481e17129e3de0639a48b5d96 (patch)
treee58f525974042697b9f6dbc79bfbd06a64149ae2 /lib/libc
parentlibc/shlib_version (diff)
downloadwireguard-openbsd-4ec2d5247c8df40481e17129e3de0639a48b5d96.tar.xz
wireguard-openbsd-4ec2d5247c8df40481e17129e3de0639a48b5d96.zip
system call changes (the file says "changes", leaving it purposely
vague like that) REQUIRE a major crank. Yet it was not done for getcwd. Now a lot of people are going to get screwed
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 34130d6b6cb..f348dad1ae3 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=39
-minor=3
+major=40
+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.