summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2009-10-27 20:34:37 +0000
committerjasper <jasper@openbsd.org>2009-10-27 20:34:37 +0000
commitba848cf4da24a0f5679d621ed7dee43684c8ce19 (patch)
tree6513f555d433178ee2e159a84b21f3448df29b3f /lib/libpthread
parentdefine ENOTSUP EOPNOTSUPP is no longer needed (diff)
downloadwireguard-openbsd-ba848cf4da24a0f5679d621ed7dee43684c8ce19.tar.xz
wireguard-openbsd-ba848cf4da24a0f5679d621ed7dee43684c8ce19.zip
- bump the majors of libpthread and librthread, as they used to return an
aliased ENOTSUP. i should've done this earlier, but missed it. my bad. as discussed with deraadt@ guenther@
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version
index 94c22abb7e1..56246d02b24 100644
--- a/lib/libpthread/shlib_version
+++ b/lib/libpthread/shlib_version
@@ -1,2 +1,2 @@
-major=11
-minor=2
+major=12
+minor=0