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.17-336-g8e39047


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  8e39047d31421857f7c8a95816e8eb785199ccb3 (commit)
      from  67525cb83217602994d2b75c4a07c9d92705079f (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8e39047d31421857f7c8a95816e8eb785199ccb3

commit 8e39047d31421857f7c8a95816e8eb785199ccb3
Author: Andreas Jaeger <aj@suse.de>
Date:   Wed Mar 6 16:39:56 2013 +0100

    Remove MAP_GROWSUP on s390
    
    	* sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP):
    	Remove, it's not part of Linux headers.

diff --git a/ChangeLog b/ChangeLog
index 4d018e8..526a5e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-03-06  Andreas Jaeger  <aj@suse.de>
 
+	* sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
+	it's not part of Linux headers.
+
 	* sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
 	(MAP_HUGE_MASK): Define.
 
diff --git a/sysdeps/unix/sysv/linux/s390/bits/mman.h b/sysdeps/unix/sysv/linux/s390/bits/mman.h
index 3a65ba1..b788fa5 100644
--- a/sysdeps/unix/sysv/linux/s390/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/s390/bits/mman.h
@@ -27,8 +27,6 @@
 /* These are Linux-specific.  */
 #ifdef __USE_MISC
 # define MAP_GROWSDOWN	0x00100		/* Stack-like segment.  */
-// XXX? Not defined in Linux kernel 3.8
-# define MAP_GROWSUP	0x00200		/* Register stack-like segment */
 # define MAP_DENYWRITE	0x00800		/* ETXTBSY */
 # define MAP_EXECUTABLE	0x01000		/* Mark it as an executable.  */
 # define MAP_LOCKED	0x02000		/* Lock the mapping.  */

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

Summary of changes:
 ChangeLog                                |    3 +++
 sysdeps/unix/sysv/linux/s390/bits/mman.h |    2 --
 2 files changed, 3 insertions(+), 2 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]