summaryrefslogtreecommitdiffstats
path: root/osdep/timer-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer-linux.c')
-rw-r--r--osdep/timer-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/timer-linux.c b/osdep/timer-linux.c
index 579c284019..27e245c850 100644
--- a/osdep/timer-linux.c
+++ b/osdep/timer-linux.c
@@ -9,7 +9,7 @@
#include <sys/time.h>
#include "config.h"
-const char *timer_name =
+const char timer_name[] =
#ifdef HAVE_NANOSLEEP
"nanosleep()";
#else