diff options
author | 2009-11-27 19:42:03 +0000 | |
---|---|---|
committer | 2009-11-27 19:42:03 +0000 | |
commit | 00b65cab3209831e9ca3cf1733d064f855cb98ad (patch) | |
tree | da0b8edf58ab58204364383aab5244d1e78bee73 | |
parent | fix some spacing issues in the copyright; permission granted (diff) | |
download | wireguard-openbsd-00b65cab3209831e9ca3cf1733d064f855cb98ad.tar.xz wireguard-openbsd-00b65cab3209831e9ca3cf1733d064f855cb98ad.zip |
Bump the libc major for the post-h2k9 string of ABI changes and additions
(rthreads, MB_LEN_MAX, rdomains)
-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 f695f60516f..5db4ec0a7ac 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=52 +major=53 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. |