Make global vars static in test-is-public-all.c
This commit is contained in:
parent
01b6cba78f
commit
44256b1a3a
|
@ -46,7 +46,7 @@ static int
|
||||||
ok,
|
ok,
|
||||||
failed;
|
failed;
|
||||||
#ifdef HAVE_CLOCK_GETTIME
|
#ifdef HAVE_CLOCK_GETTIME
|
||||||
struct timespec ts1, ts2;
|
static struct timespec ts1, ts2;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int _isspace_ascii(const char c)
|
static int _isspace_ascii(const char c)
|
||||||
|
|
Loading…
Reference in New Issue