Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pointless extern declaration for __pthread_once | Carmelo Amoroso | 2008-08-20 | 1 | -2/+0 |
| | |||||
* | Use pthread_once now __pthread_once is not defined in tests. | Khem Raj | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | Fix build failure: | Carmelo Amoroso | 2008-07-29 | 1 | -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 Raj | 2008-07-12 | 1 | -2/+0 |
| | | | | Add NTPL testing support for ARM. | ||||
* | uClibc_mutex.h should not include bits/libc-lock.h. Revert libtest.c ↵ | Carmelo Amoroso | 2008-07-11 | 1 | -0/+2 |
| | | | | accordingly otherwise it cannot compile | ||||
* | Avoid conflict with __pthread_once defined into bits/libc-lock.h | Carmelo Amoroso | 2008-07-11 | 1 | -2/+0 |
| | |||||
* | STEP 12: synch librt directory | Carmelo Amoroso | 2008-04-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Use "__pthread_once", since that is weak and present in both | Eric Andersen | 2003-09-01 | 1 | -6/+2 |
| | | | | glibc and uClibc. | ||||
* | move the ldso tests to dlopen where they belong | Eric Andersen | 2003-09-01 | 1 | -0/+16 |