diff options
| author | Colin Davidson <colrdavidson@gmail.com> | 2022-12-29 11:06:35 -0800 |
|---|---|---|
| committer | Colin Davidson <colrdavidson@gmail.com> | 2022-12-29 11:06:35 -0800 |
| commit | 223b66f42264eff24e63667ff9ccf3c2b78358b3 (patch) | |
| tree | a3138d9fafb24a22ce3d77b1aeb884f6d5293c2c /src/threading.cpp | |
| parent | 04a4dbcdafe9a1e31c4bce215dfd5222c3e7275e (diff) | |
oops if->elif
Diffstat (limited to 'src/threading.cpp')
| -rw-r--r-- | src/threading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> #include <sys/umtx.h> |