aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/test
diff options
context:
space:
mode:
authorJonathan Mini <mini@FreeBSD.org>2002-09-16 19:29:34 +0000
committerJonathan Mini <mini@FreeBSD.org>2002-09-16 19:29:34 +0000
commitcfa1f4e6598fe97439b3012396e30d1eeb759421 (patch)
tree458429bcec9378f696f0095268e373f131a31a66 /lib/libpthread/test
parenta3ad85e51b8dbb685ea451e3129cd39a84e9dcf7 (diff)
downloadsrc-cfa1f4e6598fe97439b3012396e30d1eeb759421.tar.gz
src-cfa1f4e6598fe97439b3012396e30d1eeb759421.zip
Mechanically change all libc_r references to libpthread.
Notes
Notes: svn path=/head/; revision=103412
Diffstat (limited to 'lib/libpthread/test')
-rw-r--r--lib/libpthread/test/Makefile4
-rw-r--r--lib/libpthread/test/README6
-rwxr-xr-xlib/libpthread/test/propagate_s.pl2
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile
index 0eb530c3ef14..d34e3e72c7fb 100644
--- a/lib/libpthread/test/Makefile
+++ b/lib/libpthread/test/Makefile
@@ -1,7 +1,7 @@
#
# $FreeBSD$
#
-# Automated test suite for libc_r (pthreads).
+# Automated test suite for libpthread (pthreads).
#
# File lists.
@@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
LDFLAGS_A := -static
LDFLAGS_P := -pg
LDFLAGS_S :=
-LIBS := -lc_r
+LIBS := -lpthread
# Flags passed to verify. "-v" or "-u" may be useful.
VFLAGS :=
diff --git a/lib/libpthread/test/README b/lib/libpthread/test/README
index 507ea4e19f74..8f625a1438e7 100644
--- a/lib/libpthread/test/README
+++ b/lib/libpthread/test/README
@@ -3,10 +3,10 @@ $FreeBSD$
This test suite is meant to test general functionality of pthreads, as well as
provide a simple framework for regression tests. In general, this test suite
can be used with any pthreads library, but in reality there are a number of
-libc_r-specific aspects to this test suite which would require some effort to
-get around if testing another pthreads library.
+libpthread-specific aspects to this test suite which would require some
+effort to get around if testing another pthreads library.
-This test suite assumes that libc_r is installed.
+This test suite assumes that libpthread is installed.
There are two forms of test that the 'verify' script understands. The simpler
form is the diff format, where the output of the test program is diff'ed with
diff --git a/lib/libpthread/test/propagate_s.pl b/lib/libpthread/test/propagate_s.pl
index 9cd5fb054ae1..6b8509043d98 100755
--- a/lib/libpthread/test/propagate_s.pl
+++ b/lib/libpthread/test/propagate_s.pl
@@ -29,7 +29,7 @@
#
###########################################################################
#
-# Verify that no cancellation points are propagated inside of libc_r.
+# Verify that no cancellation points are propagated inside of libpthread.
#
# $FreeBSD$
#