summaryrefslogtreecommitdiff
path: root/test/dlopen/dltest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dlopen/dltest.c')
-rw-r--r--test/dlopen/dltest.c2
1 files changed, 1 insertions, 1 deletions
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;