Fix: make static pthread mutecies actually use static storage class

This commit is contained in:
kamkow1
2025-06-25 02:47:29 +02:00
parent 06574d86c9
commit 4254c66aa3
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
#include "timer.h"
#include "locked.h"
locked(time_t) rawtime;
static locked(time_t) rawtime;
void start_timer(void)
{