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

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



Author: sthibaul-guest
Date: 2007-07-20 23:40:55 +0000 (Fri, 20 Jul 2007)
New Revision: 2424

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

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-20 17:23:52 UTC (rev 2423)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff	2007-07-20 23:40:55 UTC (rev 2424)
@@ -59,7 +59,6 @@
 +			     (natural_t *) &ts, tssize))
 +    return error;
 +
-+#if USE_TLS
 +  /* now we have a clean state, setup TLS */
 +  if (error = __thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR,
 +			     (natural_t *) &ts, &tssize))
@@ -72,7 +71,6 @@
 +  _hurd_tls_new(thread, &ts, tcb);
 +  error = __thread_set_state (thread, MACHINE_THREAD_STATE_FLAVOR,
  			     (natural_t *) &ts, tssize);
-+#endif
 +  return error;
  }
  



Reply to: