This is the mail archive of the libc-alpha@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]

[PATCH COMMITTED] test-skeleton.c: Remove unintended #include <stdarg.h>.


2016-09-23  Florian Weimer  <fweimer@redhat.com>

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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]