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.26-267-gc18d50a


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  c18d50a23b0d77a99afad8b688def52d19362d2f (commit)
      from  bedbd85972a67f15688ee7e86bf4d533f2197349 (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=c18d50a23b0d77a99afad8b688def52d19362d2f

commit c18d50a23b0d77a99afad8b688def52d19362d2f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Sep 1 17:14:43 2017 +0000

    Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.
    
    	* sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.

diff --git a/ChangeLog b/ChangeLog
index fccac95..5c5dd35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-01  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
+
 2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* csu/version.c (banner): Remove "by Roland McGrath et al.".
diff --git a/sysdeps/unix/sysv/linux/gentempfd.c b/sysdeps/unix/sysv/linux/gentempfd.c
index 902cbe2..ff3a649 100644
--- a/sysdeps/unix/sysv/linux/gentempfd.c
+++ b/sysdeps/unix/sysv/linux/gentempfd.c
@@ -19,6 +19,7 @@
 #include <stdio.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <string.h>
 
 int
 __gen_tempfd (int flags)

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

Summary of changes:
 ChangeLog                           |    4 ++++
 sysdeps/unix/sysv/linux/gentempfd.c |    1 +
 2 files changed, 5 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]