浏览代码

Satisfy the compiler.

Isaac Andrade 1 年之前
父节点
当前提交
c68d847fb3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/sys/posix/signal.odin

+ 1 - 1
core/sys/posix/signal.odin

@@ -1143,7 +1143,7 @@ when ODIN_OS == .Darwin {
 
 	uid_t :: distinct c.uint32_t
 	sigset_t :: struct {
-		[1024/(8 * size_of(c.ulong))]val
+		[1024/(8 * size_of(c.ulong))]val,
 	}
 
 	SIGRTMIN :: __libc_current_sigrtmin()