浏览代码

oops if->elif

Colin Davidson 2 年之前
父节点
当前提交
223b66f422
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/types.h>
 #include <sys/umtx.h>
 #include <sys/umtx.h>