aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/sys/unix/pthread_darwin.odin6
1 files changed, 1 insertions, 5 deletions
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,