summaryrefslogtreecommitdiff
path: root/test/dlopen/dltest.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.
2016-04-21dltest: fix a typoWaldemar Brodkorb
2009-11-29test/dlopen: Match the function name that libtest actually setsAustin Foxley
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
2007-02-16cleanup a littleMike 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