Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check if USE_TLS is defined before use | Hans-Christian Egtvedt | 2009-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | This patch will convert all the #ifdef USE_TLS and #if USE_TLS to #if defined(USE_TLS) && USE_TLS. By checking if the USE_TLS is defined before checking its value will result in correct behavior for architectures not defining this config symbol. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Acked-by: Carmelo AMOROSO <carmelo.amoroso@st.com> | ||||
* | Check #if feature test macros are defined where they may not be | Ron | 2009-07-05 | 1 | -1/+1 |
| | | | | | | | | | Once again all of these reduce the noise from gcc-4.4. Replaces a few more (USE_TLS && HAVE___THREAD) with USE___THREAD while we need to mess with them for this anyhow. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | sync include paths and copyrights with glibc | Mike Frysinger | 2005-11-22 | 1 | -3/+2 |
| | |||||
* | rename current stable linuxthreads to linuxthreads.old to prepare for import ↵ | Mike Frysinger | 2005-11-15 | 1 | -0/+70 |
of latest glibc version |