summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-10-27 20:34:38 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-10-27 20:34:38 +0000
commit074839cfdcc24327e4fc88cba2ea6d081edba712 (patch)
tree1ba4f2e7e740c05603defe5fbc9cf32c676ae9f7
parentc3f93aa9749cd6715d7b1d59dff726f70b79cb75 (diff)
- 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@
-rw-r--r--lib/libpthread/shlib_version4
-rw-r--r--lib/librthread/shlib_version2
2 files changed, 3 insertions, 3 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
diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version
index b52599a164f..012c14171d3 100644
--- a/lib/librthread/shlib_version
+++ b/lib/librthread/shlib_version
@@ -1,2 +1,2 @@
-major=2
+major=3
minor=0