summaryrefslogtreecommitdiff
path: root/lib/libpthread/test
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-01-24 13:41:04 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-01-24 13:41:04 +0000
commit75f7221ee6b8ea0a861a921edc68504bf2e2d30a (patch)
treeac780bcb117f53f0a3918d470937b30af7abcf13 /lib/libpthread/test
parentc2e9063250cb6fe14df05652c51e4a7df4d984af (diff)
Notes
Diffstat (limited to 'lib/libpthread/test')
-rw-r--r--lib/libpthread/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile
index db2f046ef6e3..18f95735b8d3 100644
--- a/lib/libpthread/test/Makefile
+++ b/lib/libpthread/test/Makefile
@@ -32,7 +32,7 @@ CFLAGS := -Wall -pipe -g3
LDFLAGS_A := -static
LDFLAGS_P := -pg
LDFLAGS_S :=
-LIBS := -pthread
+LIBS := -lc_r
# Flags passed to verify. "-v" or "-u" may be useful.
VFLAGS :=