소스 검색

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()