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

r5560 - glibc-package/trunk/debian/patches/kfreebsd



Author: ps-guest
Date: 2013-05-08 12:30:04 +0000 (Wed, 08 May 2013)
New Revision: 5560

Modified:
   glibc-package/trunk/debian/patches/kfreebsd/local-linuxthreads-TLS-THREAD.diff
Log:
fixup local-linuxthreads-TLS-THREAD.diff



Modified: glibc-package/trunk/debian/patches/kfreebsd/local-linuxthreads-TLS-THREAD.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-linuxthreads-TLS-THREAD.diff	2013-05-07 23:26:14 UTC (rev 5559)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-linuxthreads-TLS-THREAD.diff	2013-05-08 12:30:04 UTC (rev 5560)
@@ -44,7 +44,7 @@
  {
 --- a/linuxthreads/pthread.c
 +++ b/linuxthreads/pthread.c
-@@ -317,53 +317,6 @@
+@@ -317,51 +317,6 @@
    /* Unlike in the dynamically linked case the dynamic linker has not
       taken care of initializing the TLS data structures.  */
    __libc_setup_tls (TLS_TCB_SIZE, TLS_TCB_ALIGN);
@@ -93,11 +93,9 @@
 -
 -      __libc_malloc_pthread_startup (false);
 -    }
--# endif
--
-   self = THREAD_SELF;
+ # endif
  
-   /* The memory for the thread descriptor was allocated elsewhere as
+   self = THREAD_SELF;
 @@ -464,17 +417,9 @@
  }
  


Reply to: