This commit is contained in:
Laytan
2024-10-28 19:58:39 +01:00
parent b7140875cf
commit 7e12e37df9
3 changed files with 9 additions and 6 deletions
+3 -3
View File
@@ -442,17 +442,17 @@ when ODIN_OS == .Darwin {
pthread_t :: distinct u64
pthread_attr_t :: struct #align(16) {
pthread_attr_t :: struct #align(8) {
_: [8]byte,
}
pthread_key_t :: distinct c.int
pthread_mutex_t :: struct #align(16) {
pthread_mutex_t :: struct #align(8) {
_: [8]byte,
}
pthread_cond_t :: struct #align(16) {
pthread_cond_t :: struct #align(8) {
_: [8]byte,
}