mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
sparc: mman.h: fix bad comment insertion
The MCL_ONFAULT define was inserted into the middle of a comment which breaks the build.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user