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

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



Author: adconrad
Date: 2014-04-27 20:47:05 +0000 (Sun, 27 Apr 2014)
New Revision: 6027

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/tg-tls-threadvar.diff
Log:
Fix double-patch error in hurd-i386/tg-tls-threadvar.diff

Modified: glibc-package/trunk/debian/patches/hurd-i386/tg-tls-threadvar.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/tg-tls-threadvar.diff	2014-04-27 20:46:04 UTC (rev 6026)
+++ glibc-package/trunk/debian/patches/hurd-i386/tg-tls-threadvar.diff	2014-04-27 20:47:05 UTC (rev 6027)
@@ -726,6 +726,15 @@
 index bf0cf43..7159484 100644
 --- a/sysdeps/mach/hurd/i386/tls.h
 +++ b/sysdeps/mach/hurd/i386/tls.h
+@@ -47,6 +47,8 @@ typedef struct
+   void *__private_tm[4];
+   /* GCC split stack support.  */
+   void *__private_ss;
++  mach_port_t reply_port;     /* This thread's reply port.  */
++  struct hurd_sigstate *_hurd_sigstate;
+ } tcbhead_t;
+ #endif
+ 
 @@ -53,6 +53,17 @@
        | (((unsigned int) (tcb)) & 0xff000000) /* base 24..31 */		      \
      }
@@ -866,16 +875,3 @@
     this. */
  #define __mig_get_reply_port() profil_reply_port
  
-diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h
-index 230f907..a5f65ff 100644
---- a/sysdeps/mach/hurd/i386/tls.h
-+++ b/sysdeps/mach/hurd/i386/tls.h
-@@ -47,6 +47,8 @@ typedef struct
-   void *__private_tm[4];
-   /* GCC split stack support.  */
-   void *__private_ss;
-+  mach_port_t reply_port;	/* This thread's reply port.  */
-+  struct hurd_sigstate *_hurd_sigstate;
- } tcbhead_t;
- #endif
- 


Reply to: