mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
test-skeleton.c: Remove unintended #include <stdarg.h>.
This commit is contained in:
@@ -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>
|
2016-09-21 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
[BZ #19826]
|
[BZ #19826]
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
/* The test function is normally called `do_test' and it is called
|
/* The test function is normally called `do_test' and it is called
|
||||||
with argc and argv as the arguments. We nevertheless provide the
|
with argc and argv as the arguments. We nevertheless provide the
|
||||||
|
Reference in New Issue
Block a user