summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/Makefile2
-rw-r--r--lib/libkse/test/Makefile4
-rw-r--r--lib/libkse/test/README6
-rw-r--r--lib/libkse/test/propagate_s.pl2
4 files changed, 7 insertions, 7 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index 6d281af..a250757 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -14,7 +14,7 @@ CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
-I${.CURDIR}/../../include
-# Uncomment this if you want libc_r to contain debug information for
+# Uncomment this if you want libpthread to contain debug information for
# thread locking.
CFLAGS+=-D_LOCK_DEBUG
diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile
index 0eb530c..d34e3e7 100644
--- a/lib/libkse/test/Makefile
+++ b/lib/libkse/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/libkse/test/README b/lib/libkse/test/README
index 507ea4e..8f625a1 100644
--- a/lib/libkse/test/README
+++ b/lib/libkse/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/libkse/test/propagate_s.pl b/lib/libkse/test/propagate_s.pl
index 9cd5fb0..6b85090 100644
--- a/lib/libkse/test/propagate_s.pl
+++ b/lib/libkse/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$
#
OpenPOWER on IntegriCloud