]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
test-skeleton.c: Remove unintended #include <stdarg.h>.
authorFlorian Weimer <fweimer@redhat.com>
Fri, 23 Sep 2016 07:41:35 +0000 (09:41 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 23 Sep 2016 07:41:35 +0000 (09:41 +0200)
ChangeLog
test-skeleton.c

index 0fe5350c97609dda7a5e46bc0d9d0e510ece562b..7aad75b257678714cfeb0258484b1ff256aa25ad 100644 (file)
--- 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]
index 65a38183091d1e4d594c6844aa6713d072230849..d53fe1c189933223419e1f403003cfb6751cfff8 100644 (file)
@@ -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