From 97eb14f7a06d1ba623b94a9dc3cb5f82b7df6abc Mon Sep 17 00:00:00 2001 From: Rafael Leira Osuna Date: Tue, 8 Nov 2016 20:51:56 +0100 Subject: [PATCH] removed static from __hptl_hz for old compilers compatibility --- src/hptl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hptl.c b/src/hptl.c index 1547838..afa1c4a 100644 --- a/src/hptl.c +++ b/src/hptl.c @@ -3,7 +3,7 @@ /******************** VARIABLES ********************/ uint64_t __hptl_time; uint64_t __hptl_cicles; -static uint64_t __hptl_hz = 0; +uint64_t __hptl_hz = 0; static uint64_t __hptl_precision; #define PRECCISION (__hptl_precision) // = 100ns