[Glibc-bsd-commits] r4621 - in trunk/glibc-ports/kfreebsd: i386/fbtl x86_64/fbtl

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:47:40 UTC 2013


Author: ps-guest
Date: 2013-06-27 15:47:30 +0000 (Thu, 27 Jun 2013)
New Revision: 4621

Modified:
   trunk/glibc-ports/kfreebsd/i386/fbtl/tls.h
   trunk/glibc-ports/kfreebsd/x86_64/fbtl/tls.h
Log:
add #define NEED_STACK_SIZE_FOR_PTH_CREATE 1



Modified: trunk/glibc-ports/kfreebsd/i386/fbtl/tls.h
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/fbtl/tls.h	2013-06-27 15:47:10 UTC (rev 4620)
+++ trunk/glibc-ports/kfreebsd/i386/fbtl/tls.h	2013-06-27 15:47:30 UTC (rev 4621)
@@ -92,6 +92,9 @@
   REGISTER_THREAD_AREA (64, 26 * 8, 3) /* x86-64's user_regs_struct->gs */
 #endif
 
+/* in fact this is OS-specific, but we do not have better header for it */
+#define NEED_STACK_SIZE_FOR_PTH_CREATE 1
+ 
 #endif /* __ASSEMBLER__ */
 
 #endif	/* tls.h */

Modified: trunk/glibc-ports/kfreebsd/x86_64/fbtl/tls.h
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fbtl/tls.h	2013-06-27 15:47:10 UTC (rev 4620)
+++ trunk/glibc-ports/kfreebsd/x86_64/fbtl/tls.h	2013-06-27 15:47:30 UTC (rev 4621)
@@ -65,6 +65,8 @@
     _result ? "cannot set %fs base address for thread-local storage" : 0;     \
   })
 
+/* in fact this is OS-specific, but we do not have better header for it */
+#define NEED_STACK_SIZE_FOR_PTH_CREATE 1
 
 #endif /* __ASSEMBLER__ */
 




More information about the Glibc-bsd-commits mailing list