Make global vars static in test-is-public-all.c

This commit is contained in:
Tim Rühsen 2018-04-19 10:21:25 +02:00
parent 01b6cba78f
commit 44256b1a3a
1 changed files with 1 additions and 1 deletions

View File

@ -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)