diff options
| author | Colin Davidson <colrdavidson@gmail.com> | 2025-07-07 14:36:31 -0700 |
|---|---|---|
| committer | Colin Davidson <colrdavidson@gmail.com> | 2025-07-07 14:36:31 -0700 |
| commit | 2dae1d8a4134226887a6e6a0aad0318e46e40cde (patch) | |
| tree | ffc5a31def1281d65e65ad0e092212767a5f5b20 /core/sys/darwin | |
| parent | 389439ccb9e60014fa9d7dd26220da8b7b68f763 (diff) | |
fix tabbing
Diffstat (limited to 'core/sys/darwin')
| -rw-r--r-- | core/sys/darwin/mach_darwin.odin | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/sys/darwin/mach_darwin.odin b/core/sys/darwin/mach_darwin.odin index 2c8f38002..b66b90325 100644 --- a/core/sys/darwin/mach_darwin.odin +++ b/core/sys/darwin/mach_darwin.odin @@ -5,10 +5,6 @@ foreign import mach "system:System.framework" import "core:c" import "base:intrinsics" -// NOTE(tetra): Unclear whether these should be aligned 16 or not. -// However all other sync primitives are aligned for robustness. -// I cannot currently align these though. -// See core/sys/unix/pthread_linux.odin/pthread_t. mach_port_t :: distinct c.uint task_t :: mach_port_t |