From 44256b1a3aa1309a2fe60af942a8c7ace17dbcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Thu, 19 Apr 2018 10:21:25 +0200 Subject: [PATCH] Make global vars static in test-is-public-all.c --- tests/test-is-public-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-is-public-all.c b/tests/test-is-public-all.c index 977f7ff..a1ec289 100644 --- a/tests/test-is-public-all.c +++ b/tests/test-is-public-all.c @@ -46,7 +46,7 @@ static int ok, failed; #ifdef HAVE_CLOCK_GETTIME - struct timespec ts1, ts2; + static struct timespec ts1, ts2; #endif static int _isspace_ascii(const char c)