diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-09-27 12:33:37 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-09-27 12:33:37 +0200 |
commit | 391c4414b3b3768bf98dde0959a64e435751dfe7 (patch) | |
tree | 00b098d581c7f2d3d647f4d535cbdf4e44283d6d /libpthread/nptl_db/td_ta_new.c | |
parent | 2e84309879728a97265a9be3da7de98ab8395c8b (diff) | |
download | uClibc-alpine-391c4414b3b3768bf98dde0959a64e435751dfe7.tar.bz2 uClibc-alpine-391c4414b3b3768bf98dde0959a64e435751dfe7.tar.xz |
nptl_db: Reinstate version.h for nptl
This time do not create the header file at each build
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl_db/td_ta_new.c')
-rw-r--r-- | libpthread/nptl_db/td_ta_new.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpthread/nptl_db/td_ta_new.c b/libpthread/nptl_db/td_ta_new.c index bc8caee20..f84049af3 100644 --- a/libpthread/nptl_db/td_ta_new.c +++ b/libpthread/nptl_db/td_ta_new.c @@ -21,11 +21,7 @@ #include <stddef.h> #include <stdlib.h> #include <string.h> -//#ifdef __UCLIBC__ -//#include <../nptl/version.h> -//#else #include <version.h> -//#endif #include "thread_dbP.h" |