From c4a7b16eb80d59539d2d2cc1f9445e877b55cd2b Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Thu, 15 Mar 2012 21:11:22 -0700 Subject: Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c implementation. nptl/ [BZ #13844] * sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c: New file. --- nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c (limited to 'nptl/sysdeps/unix') 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 index 0000000000..61296a4cd2 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c @@ -0,0 +1 @@ +#include "lowlevellock.c" -- cgit 1.4.1