1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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

This commit is contained in:
Florian Weimer
2016-09-23 09:41:35 +02:00
parent 17af5da98c
commit 51364ff23e
2 changed files with 4 additions and 1 deletions

View 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