diff --git a/core/sys/unix/pthread_darwin.odin b/core/sys/unix/pthread_darwin.odin index 9de64ead4..7f7f59189 100644 --- a/core/sys/unix/pthread_darwin.odin +++ b/core/sys/unix/pthread_darwin.odin @@ -14,11 +14,7 @@ PTHREAD_ONCE_SIZE :: 8; PTHREAD_RWLOCK_SIZE :: 192; PTHREAD_RWLOCKATTR_SIZE :: 16; -pthread_t :: opaque struct #align 16 { - sig: c.long, - cleanup_stack: rawptr, - _: [PTHREAD_SIZE] c.char, -}; +pthread_t :: opaque u64; pthread_attr_t :: opaque struct #align 16 { sig: c.long,