diff --git a/runtime/src/local_runqueue.c b/runtime/src/local_runqueue.c index 53162c0..7be5178 100644 --- a/runtime/src/local_runqueue.c +++ b/runtime/src/local_runqueue.c @@ -1,6 +1,5 @@ #ifdef LOG_LOCAL_RUNQUEUE -#include #include #endif @@ -9,7 +8,7 @@ static struct local_runqueue_config local_runqueue; #ifdef LOG_LOCAL_RUNQUEUE -__thread _Atomic uint32_t local_runqueue_count = 0; +__thread uint32_t local_runqueue_count = 0; #endif /* Initializes a concrete implementation of the sandbox request scheduler interface */