summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-06-21 01:07:58 +0000
committerderaadt <deraadt@openbsd.org>2012-06-21 01:07:58 +0000
commit0eb1c39c48426960f3899e36dfd11cf625d92f77 (patch)
tree9421894842ff04cbe37f3edffc7425efc0856d34 /lib/libc
parentclean mac68k dribbles (diff)
downloadwireguard-openbsd-0eb1c39c48426960f3899e36dfd11cf625d92f77.tar.xz
wireguard-openbsd-0eb1c39c48426960f3899e36dfd11cf625d92f77.zip
For now... libpthread is just a container directory, since all the new
goop is in librthread. As a result, the top-level Makefile and shlib_version here are simply very confusing and tell lies. Remove them, and update the instructions in libc to not make my mistake again. ok guenther
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index bb49a127eb9..595db7a9dc3 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=65
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.
+# calls were added/changed then librthread/shlib_version also be updated.