[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2426 - glibc-package/trunk/debian/patches/hurd-i386



Author: sthibaul-guest
Date: 2007-07-21 00:36:28 +0000 (Sat, 21 Jul 2007)
New Revision: 2426

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff
Log:
rediff

Modified: glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff	2007-07-21 00:27:17 UTC (rev 2425)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff	2007-07-21 00:36:28 UTC (rev 2426)
@@ -50,7 +50,7 @@
  #include "sysdep.h"		/* Defines stack direction.  */
  
  #define	STACK_SIZE	(16 * 1024 * 1024) /* 16MB, arbitrary.  */
-@@ -73,8 +74,25 @@ __mach_setup_thread (task_t task, thread
+@@ -73,8 +74,23 @@ __mach_setup_thread (task_t task, thread
    if (error = __vm_protect (task, stack, __vm_page_size, 0, VM_PROT_NONE))
      return error;
  



Reply to: