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

r4169 - in glibc-package/branches/eglibc-2.11/debian: . patches patches/alpha



Author: aurel32
Date: 2010-02-09 08:27:35 +0000 (Tue, 09 Feb 2010)
New Revision: 4169

Added:
   glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-lowlevellock.diff
Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
   glibc-package/branches/eglibc-2.11/debian/patches/series
Log:
Add debian/patches/alpha/local-lowlevellock.diff to fix the testsuite.



Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-09 01:00:26 UTC (rev 4168)
+++ glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-09 08:27:35 UTC (rev 4169)
@@ -50,7 +50,8 @@
   * Add debian/patches/kfreebsd/local-syscalls_2.11.patch to add the
     lchflag syscalls on GNU/kFreeBSD.
   * Add debian/patches/alpha/local-longjmp-chk.diff and
-    debian/patches/alpha/cvs-timer_settime.diff to fix FTBFS on alpha.
+    debian/patches/alpha/cvs-timer_settime.diff to fix FTBFS on alpha, and
+    debian/patches/alpha/local-lowlevellock.diff to fix the testsuite.
 
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-rtld_lock_recursive.diff: New patch to

Added: glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-lowlevellock.diff
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-lowlevellock.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-lowlevellock.diff	2010-02-09 08:27:35 UTC (rev 4169)
@@ -0,0 +1,14 @@
+2010-02-09  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: remove
+	useless include.
+
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
++++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
+@@ -23,7 +23,6 @@
+ #include <sys/param.h>
+ #include <bits/pthreadtypes.h>
+ #include <atomic.h>
+-#include <sysdep.h>
+ #include <kernel-features.h>
+ 

Modified: glibc-package/branches/eglibc-2.11/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/series	2010-02-09 01:00:26 UTC (rev 4168)
+++ glibc-package/branches/eglibc-2.11/debian/patches/series	2010-02-09 08:27:35 UTC (rev 4169)
@@ -55,6 +55,7 @@
 alpha/cvs-timer_settime.diff
 alpha/local-fcntl_h.diff
 alpha/local-longjmp-chk.diff
+alpha/local-lowlevellock.diff
 
 amd64/local-biarch.diff
 amd64/local-clone.diff


Reply to: