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-839-gd841222


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  d8412221e602c0184b4b4fd2e3effa970cbc6fa4 (commit)
      from  695c378f81263640618bdebf56eaa065f578251f (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=d8412221e602c0184b4b4fd2e3effa970cbc6fa4

commit d8412221e602c0184b4b4fd2e3effa970cbc6fa4
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Jun 22 19:30:10 2013 +0000

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

diff --git a/ChangeLog b/ChangeLog
index ca04a70..ac92ef1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
+
 	[BZ #15667]
 	* soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
 	to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
diff --git a/sysdeps/unix/sysv/linux/libc_fatal.c b/sysdeps/unix/sysv/linux/libc_fatal.c
index 84429cd..4e5663d 100644
--- a/sysdeps/unix/sysv/linux/libc_fatal.c
+++ b/sysdeps/unix/sysv/linux/libc_fatal.c
@@ -20,6 +20,7 @@
 #include <execinfo.h>
 #include <fcntl.h>
 #include <not-cancel.h>
+#include <string.h>
 #include <sys/mman.h>
 #include <sys/uio.h>
 

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

Summary of changes:
 ChangeLog                            |    2 ++
 sysdeps/unix/sysv/linux/libc_fatal.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]