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.
This commit is contained in:
David S. Miller 2012-03-15 21:11:22 -07:00
parent 88cb87d908
commit c4a7b16eb8
3 changed files with 7 additions and 1 deletions

2
NEWS
View File

@ -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:

View 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]

View File

@ -0,0 +1 @@
#include "lowlevellock.c"