From 223b66f42264eff24e63667ff9ccf3c2b78358b3 Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Thu, 29 Dec 2022 11:06:35 -0800 Subject: [PATCH] oops if->elif --- src/threading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threading.cpp b/src/threading.cpp index 1de277259..cefe0ce8b 100644 --- a/src/threading.cpp +++ b/src/threading.cpp @@ -474,7 +474,7 @@ gb_internal void tpool_wait_on_addr(Futex *addr, Footex val) { } } -#if defined(GB_SYSTEM_FREEBSD) +#elif defined(GB_SYSTEM_FREEBSD) #include #include