Fix libc-lowlevellock.c sysdep finding more generically.
nptl/ [BZ #13844] * sysdeps/unix/sysv/linux/libc-lowlevellock.c: Include using <..> instead of "...". * sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c: Delete, not needed.
This commit is contained in:
parent
374976dd13
commit
7e7fa5f871
@ -1,3 +1,11 @@
|
||||
2012-03-16 David S. Miller <davem@davemloft.net>
|
||||
|
||||
[BZ #13844]
|
||||
* sysdeps/unix/sysv/linux/libc-lowlevellock.c: Include using <..>
|
||||
instead of "...".
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c:
|
||||
Delete, not needed.
|
||||
|
||||
2012-03-15 David S. Miller <davem@davemloft.net>
|
||||
|
||||
[BZ #13844]
|
||||
|
@ -17,4 +17,4 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
/* No difference to lowlevellock.c, except we lose a couple of functions. */
|
||||
#include "lowlevellock.c"
|
||||
#include <lowlevellock.c>
|
||||
|
@ -1 +0,0 @@
|
||||
#include "lowlevellock.c"
|
Loading…
Reference in New Issue
Block a user