From 25b8e63c0a109ccd8fc9ebfd4bed8faffa0e47f2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Feb 2004 18:43:42 +0000 Subject: Update. * Makefile (tests-nolibpthread): Add tst-unload. Don't link with libpthread for the files in this list. (CFLAGS-tst-unload): Removed. * tst-unload.c (do_test): Don't use complete path for LIBPHREAD_SO. --- nptl/tst-unload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/tst-unload.c') diff --git a/nptl/tst-unload.c b/nptl/tst-unload.c index ca779fe..ad86518 100644 --- a/nptl/tst-unload.c +++ b/nptl/tst-unload.c @@ -1,5 +1,5 @@ /* Tests for non-unloading of libpthread. - Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 2000. The GNU C Library is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ static int do_test (void) { - void *p = dlopen (PREFIX LIBPTHREAD_SO, RTLD_LAZY); + void *p = dlopen (LIBPTHREAD_SO, RTLD_LAZY); if (p == NULL) { -- cgit v1.1