Browse Source

oops if->elif

Colin Davidson 2 years ago
parent
commit
223b66f422
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/threading.cpp

+ 1 - 1
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>