Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c implementation.
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Mar 2012 04:11:22 +0000 (21:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Mar 2012 04:13:02 +0000 (21:13 -0700)
nptl/

[BZ #13844]
* sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c: New file.

NEWS
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index 083ea37..49cad71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ Version 2.16
   13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551,
   13552, 13553, 13555, 13559, 13566, 13583, 13618, 13637, 13656, 13658,
   13673, 13695, 13704, 13706, 13726, 13738, 13786, 13792, 13806, 13840,
-  13841, 13846, 13852
+  13841, 13844, 13846, 13852
 
 * ISO C11 support:
 
index 34a2492..700fb72 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-15  David S. Miller  <davem@davemloft.net>
+
+       [BZ #13844]
+       * sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c: New file.
+
 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        [BZ #13673]
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c b/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c
new file mode 100644 (file)
index 0000000..61296a4
--- /dev/null
@@ -0,0 +1 @@
+#include "lowlevellock.c"