mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
test-skeleton.c: Remove unintended #include <stdarg.h>.
This commit is contained in:
parent
17af5da98c
commit
51364ff23e
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user