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 roland/mman-linux created. glibc-2.19-167-gd3f575d


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, roland/mman-linux has been created
        at  d3f575d235d4371ee3ac23814fe44e1cd0a71f17 (commit)

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

commit d3f575d235d4371ee3ac23814fe44e1cd0a71f17
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Mar 14 12:45:15 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 4357cb7..715e3fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-03-14  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
+	* bits/mman-linux.h: ... here.
+
 	* Makeconfig (+gccwarn): Add -Wundef.
 	* include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
 	a dl-sysdep.h breaking its contract.
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

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


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]