Author: aurel32
Date: 2012-10-26 07:55:09 +0000 (Fri, 26 Oct 2012)
New Revision: 5351

Added:
   glibc-package/trunk/debian/patches/any/cvs-arch-lowlevellock.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/cvs-arch-lowlevellock.diff: new patch from upstream to
    fix futexes atomic issue on ARM and SPARC.  Closes: #691173.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2012-10-26 06:58:44 UTC (rev 
5350)
+++ glibc-package/trunk/debian/changelog        2012-10-26 07:55:09 UTC (rev 
5351)
@@ -8,6 +8,8 @@
     fix getaddrinfo() when service = 0 on a FreeBSD kernel with DNS
     server returning IPv6, but without IPv6 connection.  Closes: #690021.
   * sysdeps/linux.mk: fix kernel version parsing with only two numbers.
+  * patches/any/cvs-arch-lowlevellock.diff: new patch from upstream to
+    fix futexes atomic issue on ARM and SPARC.  Closes: #691173.
 
   [ Samuel Thibault ]
   * libc0.3.symbols.hurd-i386: Add missing *_exec_file_name symbols.

Added: glibc-package/trunk/debian/patches/any/cvs-arch-lowlevellock.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/cvs-arch-lowlevellock.diff           
                (rev 0)
+++ glibc-package/trunk/debian/patches/any/cvs-arch-lowlevellock.diff   
2012-10-26 07:55:09 UTC (rev 5351)
@@ -0,0 +1,16 @@
+2012-03-16  David S. Miller  <[email protected]>
+
+       [BZ #13844]
+       * sysdeps/unix/sysv/linux/libc-lowlevellock.c: Include using <..>
+       instead of "...".
+
+diff --git a/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c 
b/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
+index 28672a6..4883765 100644
+--- a/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
++++ b/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
+@@ -18,4 +18,4 @@
+    02111-1307 USA.  */
+ 
+ /* No difference to lowlevellock.c, except we lose a couple of functions.  */
+-#include "lowlevellock.c"
++#include <lowlevellock.c>

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2012-10-26 06:58:44 UTC (rev 
5350)
+++ glibc-package/trunk/debian/patches/series   2012-10-26 07:55:09 UTC (rev 
5351)
@@ -366,3 +366,4 @@
 any/cvs-vfprintf-positional.diff
 any/cvs-vfprintf-many-format-strings.diff
 any/cvs-strtod-overflow.diff
+any/cvs-arch-lowlevellock.diff


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to