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.24-181-g51364ff


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  51364ff23e9760777bfea4eb9ac89c29a794074b (commit)
      from  17af5da98cd2c9ec958421ae2108f877e0945451 (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=51364ff23e9760777bfea4eb9ac89c29a794074b

commit 51364ff23e9760777bfea4eb9ac89c29a794074b
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Sep 23 09:41:35 2016 +0200

    test-skeleton.c: Remove unintended #include <stdarg.h>.

diff --git a/ChangeLog b/ChangeLog
index 0fe5350..7aad75b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-23  Florian Weimer  <fweimer@redhat.com>
+
+	* test-skeleton.c: Remove #include <stdarg.h>.
+
 2016-09-21  Alexandre Oliva <aoliva@redhat.com>
 
 	[BZ #19826]
diff --git a/test-skeleton.c b/test-skeleton.c
index 65a3818..d53fe1c 100644
--- a/test-skeleton.c
+++ b/test-skeleton.c
@@ -33,7 +33,6 @@
 #include <sys/wait.h>
 #include <sys/param.h>
 #include <time.h>
-#include <stdarg.h>
 
 /* The test function is normally called `do_test' and it is called
    with argc and argv as the arguments.  We nevertheless provide the

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

Summary of changes:
 ChangeLog       |    4 ++++
 test-skeleton.c |    1 -
 2 files changed, 4 insertions(+), 1 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]