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.15-135-g65dc3b7


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  65dc3b75044cc4847e8c523c22daec12fa51702f (commit)
      from  9d029511d8832d0f97f83c820efc08f1f1a73bdd (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=65dc3b75044cc4847e8c523c22daec12fa51702f

commit 65dc3b75044cc4847e8c523c22daec12fa51702f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 3 00:13:15 2012 +0000

    Include <stdio.h> in math/tst-CMPLX.c.

diff --git a/ChangeLog b/ChangeLog
index 929500c..05bc67b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-03  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/tst-CMPLX.c: Include <stdio.h>.
+
 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
diff --git a/math/tst-CMPLX.c b/math/tst-CMPLX.c
index 2c32438..5e9a501 100644
--- a/math/tst-CMPLX.c
+++ b/math/tst-CMPLX.c
@@ -1,4 +1,5 @@
 #include <complex.h>
+#include <stdio.h>
 
 
 static int

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

Summary of changes:
 ChangeLog        |    4 ++++
 math/tst-CMPLX.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]