[git commit master] test/dlopen: Match the function name that libtest actually sets

Austin Foxley austinf at cetoncorp.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=b5ac6f44b0278f12018d61bed313a74ff691ef9b
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 test/dlopen/dltest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/dlopen/dltest.c b/test/dlopen/dltest.c
index 6bec6e0..b5fa1cd 100644
--- a/test/dlopen/dltest.c
+++ b/test/dlopen/dltest.c
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
 	}
 
 	mydltest(&value1, &value2);
-	printf("dltest: __pthread_once=%p\n", value1);
+	printf("dltest: pthread_once=%p\n", value1);
 	printf("dltest: pthread_self=%p\n", value2);
 	if (value1 == value2) {
 	    ret = EXIT_FAILURE;
-- 
1.6.3.3



More information about the uClibc-cvs mailing list