diff options
author | 2012-03-22 05:03:14 +0000 | |
---|---|---|
committer | 2012-03-22 05:03:14 +0000 | |
commit | cf30f0f6d51e710ae708184297c1df46dc8f659d (patch) | |
tree | c5661e32b4a4cf0fa48c493c8d437ce01a935b40 /lib/librthread/shlib_version | |
parent | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be (diff) | |
download | wireguard-openbsd-cf30f0f6d51e710ae708184297c1df46dc8f659d.tar.xz wireguard-openbsd-cf30f0f6d51e710ae708184297c1df46dc8f659d.zip |
bump majors on libc and rthreads for the additions to libc and transfer
of __tfork_thread from rthreads to libc
Diffstat (limited to 'lib/librthread/shlib_version')
-rw-r--r-- | lib/librthread/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version index 7cc7abc9d73..77913220429 100644 --- a/lib/librthread/shlib_version +++ b/lib/librthread/shlib_version @@ -1,2 +1,2 @@ -major=14 -minor=1 +major=15 +minor=0 |