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

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



Author: aurel32
Date: 2009-04-23 19:07:08 +0000 (Thu, 23 Apr 2009)
New Revision: 3411

Added:
   glibc-package/trunk/debian/patches/hppa/cvs-nptl.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Disable patches/any/local-csu-init.diff,
patches/hppa/local-nptl-compat.diff, will be for 2.10


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-04-19 17:51:56 UTC (rev 3410)
+++ glibc-package/trunk/debian/changelog	2009-04-23 19:07:08 UTC (rev 3411)
@@ -1,9 +1,6 @@
 glibc (2.9-8) unstable; urgency=low
 
   [ Aurelien Jarno ]
-  * patches/any/local-csu-init.diff, patches/hppa/local-nptl-compat.diff:
-    new patches from Carlos O'Donell to add a compatibility layer for 
-    binaries built against linuxthreads.
   * Update Swedish debconf translation, by Martin Bagger.  Closes: #522982.
 
   [ Petr Salinger ]

Added: glibc-package/trunk/debian/patches/hppa/cvs-nptl.diff
===================================================================
--- glibc-package/trunk/debian/patches/hppa/cvs-nptl.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/hppa/cvs-nptl.diff	2009-04-23 19:07:08 UTC (rev 3411)
@@ -0,0 +1,23 @@
+2009-02-25  Carlos O'Donell  <carlos@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Define 
+	FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME,
+	and FUTEX_BITSET_MATCH_ANY.
+ 
+diff --git a/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h b/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
+index 6998a91..10be11a 100644
+--- a/ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
++++ b/ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
+@@ -41,7 +41,12 @@
+ #define FUTEX_LOCK_PI		6
+ #define FUTEX_UNLOCK_PI		7
+ #define FUTEX_TRYLOCK_PI	8
++#define FUTEX_WAIT_BITSET	9
++#define FUTEX_WAKE_BITSET	10
+ #define FUTEX_PRIVATE_FLAG	128
++#define FUTEX_CLOCK_REALTIME	256
++
++#define FUTEX_BITSET_MATCH_ANY	0xffffffff
+ 
+ /* Bits used in robust mutex implementation.  */
+ #define FUTEX_WAITERS		0x80000000

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2009-04-19 17:51:56 UTC (rev 3410)
+++ glibc-package/trunk/debian/patches/series	2009-04-23 19:07:08 UTC (rev 3411)
@@ -195,4 +195,3 @@
 any/cvs-bz7058-nss_nss-nis.diff
 any/local-disable-gethostbyname4.diff
 any/submitted-getaddrinfo-lo.diff
-any/local-csu-init.diff


Reply to: