This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-678-g3f2c972


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  3f2c97261b487a95c94a9544023fb7c0a696b4a9 (commit)
      from  019bf21ca710faaf3fd365c8bb61e1607610057d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3f2c97261b487a95c94a9544023fb7c0a696b4a9

commit 3f2c97261b487a95c94a9544023fb7c0a696b4a9
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Jan 16 02:31:25 2016 -0500

    sparc: mman.h: fix bad comment insertion
    
    The MCL_ONFAULT define was inserted into the middle of a comment which
    breaks the build.

diff --git a/ChangeLog b/ChangeLog
index d85e92c..caf588b 100644
--- 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.
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/mman.h b/sysdeps/unix/sysv/linux/sparc/bits/mman.h
index b5bfc66..bc5ccac 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/mman.h
@@ -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>
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                 |    5 +++++
 sysdeps/unix/sysv/linux/sparc/bits/mman.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]