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.19-191-g0283ecc


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  0283ecca51d2206f2644c1b1b0ecbb42fab7ac45 (commit)
      from  aebe10032963f5424498752732e316ff3438a8f3 (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=0283ecca51d2206f2644c1b1b0ecbb42fab7ac45

commit 0283ecca51d2206f2644c1b1b0ecbb42fab7ac45
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Mar 18 14:48:09 2014 -0700

    Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/.
    
    This way, non-Linux ports using the Linux values for bits/mman.h
    constants need not duplicate the header.

diff --git a/ChangeLog b/ChangeLog
index 84c4bfb..eed1ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-18  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
+	* bits/mman-linux.h: ... here.
+
 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
 	* conform/conformtest.pl: Add standard definition when calling C
diff --git a/sysdeps/unix/sysv/linux/bits/mman-linux.h b/bits/mman-linux.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/bits/mman-linux.h
rename to bits/mman-linux.h

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

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../unix/sysv/linux/bits => bits}/mman-linux.h     |    0
 2 files changed, 5 insertions(+), 0 deletions(-)
 rename {sysdeps/unix/sysv/linux/bits => bits}/mman-linux.h (100%)


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]