about summary refs log tree commit diff
path: root/test-skeleton.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-09-23 09:41:35 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-09-23 09:41:35 +0200
commit51364ff23e9760777bfea4eb9ac89c29a794074b (patch)
tree10ef7a28d5d286bb31d4b9afd049fc9bd413fa37 /test-skeleton.c
parent17af5da98cd2c9ec958421ae2108f877e0945451 (diff)
downloadglibc-51364ff23e9760777bfea4eb9ac89c29a794074b.tar.gz
glibc-51364ff23e9760777bfea4eb9ac89c29a794074b.tar.xz
glibc-51364ff23e9760777bfea4eb9ac89c29a794074b.zip
test-skeleton.c: Remove unintended #include <stdarg.h>.
Diffstat (limited to 'test-skeleton.c')
-rw-r--r--test-skeleton.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-skeleton.c b/test-skeleton.c
index 65a3818309..d53fe1c189 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