summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-06-21 01:08:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-06-21 01:08:01 +0000
commit47542b43d9faa00a7c5d9c4fe7c3da7bfb55a24b (patch)
treea64d06275e4f8357ea34fb0d89390773e9081e83 /lib/libc
parent43fe68fe4f7ba56848c6dbd40943bf6f35d013be (diff)
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.