diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 05:12:27 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 05:12:27 +0000 |
commit | 8ea954df693750b653c61df10205df206b6240c1 (patch) | |
tree | 3d4550bc83c6cba44635919b48ee47c8e9cc2136 | |
parent | 1e0b249c0b41a07e163abedc465a616fc47a4b99 (diff) | |
download | uClibc-alpine-8ea954df693750b653c61df10205df206b6240c1.tar.bz2 uClibc-alpine-8ea954df693750b653c61df10205df206b6240c1.tar.xz |
Remove usage of 'libc-symbols.h'.
-rw-r--r-- | libpthread/nptl/sysdeps/mips/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/mips/tls.h b/libpthread/nptl/sysdeps/mips/tls.h index cb0021f3f..cf90ad2bc 100644 --- a/libpthread/nptl/sysdeps/mips/tls.h +++ b/libpthread/nptl/sysdeps/mips/tls.h @@ -53,6 +53,7 @@ typedef union dtv .set pop #endif /* __ASSEMBLER__ */ + /* We require TLS support in the tools. */ #define HAVE_TLS_SUPPORT 1 #define HAVE_TLS_MODEL_ATTRIBUTE 1 @@ -70,7 +71,6 @@ typedef union dtv # define TLS_DTV_AT_TP 1 /* Get the thread descriptor definition. */ -#include <libc-symbols.h> #include <../../descr.h> typedef struct |