summaryrefslogtreecommitdiff
path: root/test/dlopen/libtest.c
AgeCommit message (Collapse)Author
2016-10-28test: remove test suiteWaldemar Brodkorb
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step.
2009-10-17test/dlopen: use pthread_once directlyAustin Foxley
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
2007-01-29fixup prototype warningsMike Frysinger
2003-09-01Use "__pthread_once", since that is weak and present in bothEric Andersen
glibc and uClibc.
2003-09-01move the ldso tests to dlopen where they belongEric Andersen