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-702-g28b0a8c


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  28b0a8c9f3d322d04bee9beb54fc4d097098ba59 (commit)
      from  e66a82030094a472f30cf99e551ad821c39bd72a (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=28b0a8c9f3d322d04bee9beb54fc4d097098ba59

commit 28b0a8c9f3d322d04bee9beb54fc4d097098ba59
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jun 26 13:21:58 2014 -0700

    Add missing #include in spawn_faction_addopen.c

diff --git a/ChangeLog b/ChangeLog
index f9f90ab..4ebff50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-26  Roland McGrath  <roland@hack.frob.com>
+
+	* posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
+
 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
 
 	* manual/texinfo.tex: Update to version 2014-05-05.10 with
diff --git a/posix/spawn_faction_addopen.c b/posix/spawn_faction_addopen.c
index eba158c..40d5d09 100644
--- a/posix/spawn_faction_addopen.c
+++ b/posix/spawn_faction_addopen.c
@@ -18,6 +18,7 @@
 #include <errno.h>
 #include <spawn.h>
 #include <unistd.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "spawn_int.h"

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

Summary of changes:
 ChangeLog                     |    4 ++++
 posix/spawn_faction_addopen.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]