svn commit: branches/uClibc-nptl/libpthread/nptl/sysdeps/mips

sjhill at uclibc.org sjhill at uclibc.org
Sun Feb 5 05:12:27 UTC 2006


Author: sjhill
Date: 2006-02-04 21:12:27 -0800 (Sat, 04 Feb 2006)
New Revision: 13845

Log:
Remove usage of 'libc-symbols.h'.


Modified:
   branches/uClibc-nptl/libpthread/nptl/sysdeps/mips/tls.h


Changeset:
Modified: branches/uClibc-nptl/libpthread/nptl/sysdeps/mips/tls.h
===================================================================
--- branches/uClibc-nptl/libpthread/nptl/sysdeps/mips/tls.h	2006-02-05 05:08:14 UTC (rev 13844)
+++ branches/uClibc-nptl/libpthread/nptl/sysdeps/mips/tls.h	2006-02-05 05:12:27 UTC (rev 13845)
@@ -53,6 +53,7 @@
 	.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 @@
 # define TLS_DTV_AT_TP	1
 
 /* Get the thread descriptor definition.  */
-#include <libc-symbols.h>
 #include <../../descr.h>
 
 typedef struct




More information about the uClibc-cvs mailing list