]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sparc: mman.h: fix bad comment insertion
authorMike Frysinger <vapier@gentoo.org>
Sat, 16 Jan 2016 07:31:25 +0000 (02:31 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 16 Jan 2016 07:34:15 +0000 (02:34 -0500)
The MCL_ONFAULT define was inserted into the middle of a comment which
breaks the build.

ChangeLog
sysdeps/unix/sysv/linux/sparc/bits/mman.h

index d85e92c0ce324504762fba5d7ad3f264c006b31f..caf588b3d19d242507e58a43b2609e3c152c3ede 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index b5bfc6661505bae86de96ab26feecc855d33a8e8..bc5ccac69eb3284add2180a50f6b1ba8f69283b2 100644 (file)
@@ -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>