Skip to content

Commit

Permalink
sparc: mman.h: fix bad comment insertion
Browse files Browse the repository at this point in the history
The MCL_ONFAULT define was inserted into the middle of a comment which
breaks the build.
  • Loading branch information
Mike Frysinger committed Jan 16, 2016
1 parent 019bf21 commit 3f2c972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2016-01-16 Mike Frysinger <vapier@gentoo.org>

* sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move
outside of comment.

2016-01-15 Torvald Riegel <triegel@redhat.com>

* nptl/tst-barrier1.c: Add description on first line.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/sparc/bits/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
/* Flags for `mlockall'. */
#define MCL_CURRENT 0x2000 /* Lock all currently mapped pages. */
#define MCL_FUTURE 0x4000 /* Lock all additions to address
space. */
#define MCL_ONFAULT 0x8000 /* Lock all pages that are
faulted in. */
space. */
/* Include generic Linux declarations. */
#include <bits/mman-linux.h>

Expand Down

0 comments on commit 3f2c972

Please sign in to comment.