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

r3366 - in glibc-package/trunk/debian: . patches patches/hurd-i386



Author: sthibaul-guest
Date: 2009-03-03 00:35:26 +0000 (Tue, 03 Mar 2009)
New Revision: 3366

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/local-pthread_types.diff
   glibc-package/trunk/debian/patches/series
   glibc-package/trunk/debian/patches/series.hurd-i386
Log:
  * debian/patches/hurd-i386/local-pthread_types.diff: make it create a new
    sysdep/mach/hurd/bits/pthreadtypes.h instead of modifying
    bits/pthreadtypes.h.  Move from series.hurd-i386 to series.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-03-03 00:28:29 UTC (rev 3365)
+++ glibc-package/trunk/debian/changelog	2009-03-03 00:35:26 UTC (rev 3366)
@@ -21,6 +21,9 @@
     submitted-ECANCELED.diff
   * debian/patches/hurd-i386/local-net-headers.diff: rename into
     cvs-net-headers.diff
+  * debian/patches/hurd-i386/local-pthread_types.diff: make it create a new
+    sysdep/mach/hurd/bits/pthreadtypes.h instead of modifying
+    bits/pthreadtypes.h.  Move from series.hurd-i386 to series.
 
  -- Aurelien Jarno <aurel32@debian.org>  Tue, 03 Mar 2009 00:54:27 +0100
 

Modified: glibc-package/trunk/debian/patches/hurd-i386/local-pthread_types.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/local-pthread_types.diff	2009-03-03 00:28:29 UTC (rev 3365)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-pthread_types.diff	2009-03-03 00:35:26 UTC (rev 3366)
@@ -1,9 +1,8 @@
 ---
- bits/pthreadtypes.h |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ sysdep/mach/hurd/bits/pthreadtypes.h |    1 +
+ 1 file changed, 1 insertion(+)
 
---- a/bits/pthreadtypes.h
-+++ b/bits/pthreadtypes.h
-@@ -1 +1 @@
--/* No thread support.  */
+--- a/sysdep/mach/hurd/bits/pthreadtypes.h
++++ b/sysdep/mach/hurd/bits/pthreadtypes.h
+@@ -0,0 +1,1 @@
 +#include <pthread/pthreadtypes.h>

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2009-03-03 00:28:29 UTC (rev 3365)
+++ glibc-package/trunk/debian/patches/series	2009-03-03 00:35:26 UTC (rev 3366)
@@ -98,6 +98,7 @@
 hurd-i386/cvs-get_pc_thunk.diff
 hurd-i386/submitted-dl-sysdep.diff
 hurd-i386/submitted-itimer-lock.diff
+hurd-i386/local-pthread_types.diff
 
 i386/local-biarch.diff
 i386/local-clone.diff

Modified: glibc-package/trunk/debian/patches/series.hurd-i386
===================================================================
--- glibc-package/trunk/debian/patches/series.hurd-i386	2009-03-03 00:28:29 UTC (rev 3365)
+++ glibc-package/trunk/debian/patches/series.hurd-i386	2009-03-03 00:35:26 UTC (rev 3366)
@@ -4,6 +4,5 @@
 hurd-i386/local-pthread_stubs.diff
 hurd-i386/local-pthread-unsupported-stubs.diff
 hurd-i386/local-unlockpt-chroot.diff
-hurd-i386/local-pthread_types.diff
 hurd-i386/local-msg-nosignal.diff
 hurd-i386/local-tls-dtv-offset.diff


Reply to: