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

r2162 - in glibc-package/trunk/debian: . patches patches/hppa



Author: aurel32
Date: 2007-05-01 19:21:02 +0000 (Tue, 01 May 2007)
New Revision: 2162

Added:
   glibc-package/trunk/debian/patches/hppa/submitted-pthreadtypes_h.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/hppa/submitted-pthreadtypes_h.diff: new patch to fix
    bits/pthreadtypes.h on hppa.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-05-01 08:53:27 UTC (rev 2161)
+++ glibc-package/trunk/debian/changelog	2007-05-01 19:21:02 UTC (rev 2162)
@@ -1,11 +1,13 @@
 glibc (2.5-6) UNRELEASED; urgency=low
 
-  * patches/any/cvs-vfprintf-stack-smashing.diff: new patch from 
+  * patches/any/cvs-vfprintf-stack-smashing.diff: new patch from
     upstream (fix enormous alloca triggered with %-X.Ys like formats
     specifier, with Y big, and in multi-byte locales). Closes: #380195,
     #421555.
+  * patches/hppa/submitted-pthreadtypes_h.diff: new patch to fix
+    bits/pthreadtypes.h on hppa.
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 01 May 2007 10:42:08 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 01 May 2007 21:20:04 +0200
 
 glibc (2.5-5) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/hppa/submitted-pthreadtypes_h.diff
===================================================================
--- glibc-package/trunk/debian/patches/hppa/submitted-pthreadtypes_h.diff	2007-05-01 08:53:27 UTC (rev 2161)
+++ glibc-package/trunk/debian/patches/hppa/submitted-pthreadtypes_h.diff	2007-05-01 19:21:02 UTC (rev 2162)
@@ -0,0 +1,11 @@
+--- libc/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h	2007-05-01 21:15:38.000000000 +020
++++ libc/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/bits/pthreadtypes.h	2007-05-01 21:16:03.000000000 +0200
+@@ -134,7 +134,7 @@
+ } pthread_rwlockattr_t;
+ #endif
+ 
+-#ifdef __USE_XOPEN2K
++#if defined __USE_UNIX98 || defined __USE_XOPEN2K
+ /* POSIX spinlock data type.  */
+ typedef __atomic_lock_t pthread_spinlock_t;
+ 

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2007-05-01 08:53:27 UTC (rev 2161)
+++ glibc-package/trunk/debian/patches/series	2007-05-01 19:21:02 UTC (rev 2162)
@@ -53,6 +53,7 @@
 hppa/local-Rminkernel.diff -p0
 hppa/submitted-lt.diff -p0
 hppa/submitted-nptl-carlos.diff -p0
+hppa/submitted-pthreadtypes_h.diff -p1
 hppa/local-inlining.diff -p0
 
 hurd-i386/cvs-futimes.diff -p1



Reply to: