summaryrefslogtreecommitdiffstats
path: root/test/dlopen/libtest.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless extern declaration for __pthread_onceCarmelo Amoroso2008-08-201-2/+0
|
* Use pthread_once now __pthread_once is not defined in tests.Khem Raj2008-08-151-1/+1
|
* Fix build failure:Carmelo Amoroso2008-07-291-0/+2
| | | | | | | | | | | | | sh4-linux-uclibc-gcc \ -Wall -Wstrict-prototypes -Os -funit-at-a-time -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -fstrict-aliasing -mprefergot -Os -D_GNU_SOURCE -I../../test -ml -m4 -nostdinc -I../../install_dir/usr/include -I/opt/STM/STLinux-2.3/devkit/sh4_uclibc/lib/gcc/sh4-linux-uclibc/4.2.1//include-fixed -I/opt/STM/STLinux-2.3/devkit/sh4_uclibc/lib/gcc/sh4-linux-uclibc/4.2.1/include \ -fPIC -shared libtest.c -o libtest.so -Wl,-soname,libtest.so \ -s -B../../lib -Wl,-rpath,../../lib -Wl,-rpath-link,../../lib -Wl,-rpath,./ -Wl,--dynamic-linker,"/lib"/ld-uClibc.so.0 -Wl,--hash-style=gnu libtest.c: In function 'dltest': libtest.c:8: error: '__pthread_once' undeclared (first use in this function) libtest.c:8: error: (Each undeclared identifier is reported only once libtest.c:8: error: for each function it appears in.) Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-121-2/+0
| | | | Add NTPL testing support for ARM.
* uClibc_mutex.h should not include bits/libc-lock.h. Revert libtest.c ↵Carmelo Amoroso2008-07-111-0/+2
| | | | accordingly otherwise it cannot compile
* Avoid conflict with __pthread_once defined into bits/libc-lock.hCarmelo Amoroso2008-07-111-2/+0
|
* STEP 12: synch librt directoryCarmelo Amoroso2008-04-251-0/+1
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Use "__pthread_once", since that is weak and present in bothEric Andersen2003-09-011-6/+2
| | | | glibc and uClibc.
* move the ldso tests to dlopen where they belongEric Andersen2003-09-011-0/+16