diff options
author | 2013-12-17 16:34:27 +0000 | |
---|---|---|
committer | 2013-12-17 16:34:27 +0000 | |
commit | 639a78f6e4de8303436829b5e0cb5656e477913e (patch) | |
tree | 1da65c20bf7b81e04847181bb1ef927a4fed9244 /lib/libc | |
parent | inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darker (diff) | |
download | wireguard-openbsd-639a78f6e4de8303436829b5e0cb5656e477913e.tar.xz wireguard-openbsd-639a78f6e4de8303436829b5e0cb5656e477913e.zip |
crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_prealloc
ok millert
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 0553af9aef1..396b3134567 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=71 +major=72 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. |