public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH COMMITTED] test-skeleton.c: Remove unintended #include <stdarg.h>.
@ 2016-09-23  7:54 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2016-09-23  7:54 UTC (permalink / raw)
  To: libc-alpha

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-23  7:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-23  7:54 [PATCH COMMITTED] test-skeleton.c: Remove unintended #include <stdarg.h> Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).