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.18-10-g0716c4f


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  0716c4fc9fff70870e28f84d18ddbce1db162101 (commit)
      from  42c8fdd8f1d3245a0abf957fc9f0a6eb35145643 (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=0716c4fc9fff70870e28f84d18ddbce1db162101

commit 0716c4fc9fff70870e28f84d18ddbce1db162101
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Aug 20 19:38:23 2013 +0000

    Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.

diff --git a/ChangeLog b/ChangeLog
index d6eb8dc..70771d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
+
 	* sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
 	[MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
 	size.  Use __ffs to determine corresponding shift.
diff --git a/sysdeps/unix/sysv/linux/mmap64.c b/sysdeps/unix/sysv/linux/mmap64.c
index 4ba686c..7d367ca 100644
--- a/sysdeps/unix/sysv/linux/mmap64.c
+++ b/sysdeps/unix/sysv/linux/mmap64.c
@@ -19,6 +19,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <sys/mman.h>
+#include <string.h>
 
 #include <sysdep.h>
 #include <sys/syscall.h>

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

Summary of changes:
 ChangeLog                        |    2 ++
 sysdeps/unix/sysv/linux/mmap64.c |    1 +
 2 files changed, 3 insertions(+), 0 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]