Skip to content

Commit

Permalink
Fix libc-lowlevellock.c sysdep finding more generically.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
David S. Miller committed Mar 17, 2012
1 parent 374976d commit 7e7fa5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

This file was deleted.

0 comments on commit 7e7fa5f

Please sign in to comment.