diff options
author | 2015-09-09 16:18:06 +0000 | |
---|---|---|
committer | 2015-09-09 16:18:06 +0000 | |
commit | 772aae81921cdf2a7ea81f5d039030c7b06a6f60 (patch) | |
tree | fbc726d8a72cd88419a4dd483aa0a239b64de7c8 /lib | |
parent | Hide __sigintr and __strsignal as internal implementation details. (diff) | |
download | wireguard-openbsd-772aae81921cdf2a7ea81f5d039030c7b06a6f60.tar.xz wireguard-openbsd-772aae81921cdf2a7ea81f5d039030c7b06a6f60.zip |
Bump for symbol removals
Diffstat (limited to 'lib')
-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 5d7c3e22ec3..f1dbdb58f07 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=81 +major=82 minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. |