diff options
author | 2012-03-22 05:03:14 +0000 | |
---|---|---|
committer | 2012-03-22 05:03:14 +0000 | |
commit | cf30f0f6d51e710ae708184297c1df46dc8f659d (patch) | |
tree | c5661e32b4a4cf0fa48c493c8d437ce01a935b40 /lib/libc | |
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/libc')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index d9553a8cf66..e32627399a8 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=62 +major=63 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. |