From 6c5a1f2eaac709694035ce71f06d487e2ae4853a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 1 Sep 2003 23:55:15 +0000 Subject: Use "__pthread_once", since that is weak and present in both glibc and uClibc. --- test/dlopen/dltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dlopen/dltest.c') diff --git a/test/dlopen/dltest.c b/test/dlopen/dltest.c index 244f3b76b..230f7fd1d 100644 --- a/test/dlopen/dltest.c +++ b/test/dlopen/dltest.c @@ -29,7 +29,7 @@ int main(int argc, char **argv) } mydltest(&value1, &value2); - printf("dltest: __pthread_return_0=%p\n", value1); + printf("dltest: __pthread_once=%p\n", value1); printf("dltest: pthread_self=%p\n", value2); if (value1 == value2) { ret = EXIT_FAILURE; -- cgit v1.2.3