Fix a few 4.8 extra anal warnings
[fio.git] / gettime.c
index 4c998e5ff89f1dc72503f01f2552cdde78538437..8b3e1e5246eb5787663d51560219b6c6b0c4d7b9 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -25,7 +25,7 @@ struct tv_valid {
        int last_tv_valid;
 };
 #ifdef CONFIG_TLS_THREAD
-static struct tv_valid __thread static_tv_valid;
+static __thread struct tv_valid static_tv_valid;
 #else
 static pthread_key_t tv_tls_key;
 #endif