diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-11 13:50:19 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-11 13:50:19 +0000 |
| commit | fa5ae7756eb6aa68d9184ccafd3d6dcbf5eea7ce (patch) | |
| tree | ab2d5cfc349b5be0aa6ec8f494af4f0d3d100f2e | |
| parent | 5f3a8172ac467a49f6b5c03f22fc39d5b3a418e4 (diff) | |
| download | uClibc-alpine-fa5ae7756eb6aa68d9184ccafd3d6dcbf5eea7ce.tar.bz2 uClibc-alpine-fa5ae7756eb6aa68d9184ccafd3d6dcbf5eea7ce.tar.xz | |
Avoid conflict with __pthread_once defined into bits/libc-lock.h
| -rw-r--r-- | test/dlopen/libtest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dlopen/libtest.c b/test/dlopen/libtest.c index a306e4bf7..b54864b33 100644 --- a/test/dlopen/libtest.c +++ b/test/dlopen/libtest.c @@ -2,8 +2,6 @@ #include <pthread.h> #include <stdint.h> -extern int __pthread_once(void); - void dltest(uint32_t **value1, uint32_t **value2); void dltest(uint32_t **value1, uint32_t **value2) { |
