Fix: make static pthread mutecies actually use static storage class
This commit is contained in:
2
baked.c
2
baked.c
@ -28,7 +28,7 @@ INCBIN(blog_weird_page_md, "./blog/weird-page.md");
|
||||
INCBIN(blog_curious_case_of_gebs_md, "./blog/curious-case-of-gebs.md");
|
||||
INCBIN(blog_the_making_of_aboba_md, "./blog/the-making-of-aboba.md");
|
||||
|
||||
locked(Baked_Resource *) baked_resources = locked_init(nil);
|
||||
static locked(Baked_Resource *) baked_resources = locked_init(nil);
|
||||
|
||||
void lock_baked_resources(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user