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.20-353-ge7e21cb


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  e7e21cba127875de0357079ef44bd14a081b2964 (commit)
      from  bc89c0fc70ba952f78fc27fc261ec209be0a6732 (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=e7e21cba127875de0357079ef44bd14a081b2964

commit e7e21cba127875de0357079ef44bd14a081b2964
Author: Adhemerval Zanella <azanella@linux.vnet.ibm.com>
Date:   Mon Dec 15 11:29:09 2014 -0600

    stdio-common: Include <libc-internal.h> in some tests
    
    This patch adds the missing libc-internal.h include on test-vprintf.c
    tst-sprintf.c.

diff --git a/ChangeLog b/ChangeLog
index 326367c..50afebc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
+
+	* stdio-common/test-vfprintf.c: Include <libc-internal.h>.
+	* stdio-common/tst-sprintf.c: Likewise.
+
 2014-12-15  Torvald Riegel  <triegel@redhat.com>
 
 	* sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
diff --git a/stdio-common/test-vfprintf.c b/stdio-common/test-vfprintf.c
index 8483d8d..66e7d5c 100644
--- a/stdio-common/test-vfprintf.c
+++ b/stdio-common/test-vfprintf.c
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#include <libc-internal.h>
 
 
 const char *locs[] =
diff --git a/stdio-common/tst-sprintf.c b/stdio-common/tst-sprintf.c
index ea3008b..d5284b9 100644
--- a/stdio-common/tst-sprintf.c
+++ b/stdio-common/tst-sprintf.c
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <locale.h>
 #include <string.h>
+#include <libc-internal.h>
 
 
 static int

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

Summary of changes:
 ChangeLog                    |    5 +++++
 stdio-common/test-vfprintf.c |    1 +
 stdio-common/tst-sprintf.c   |    1 +
 3 files changed, 7 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]