Fix __darwin_suseconds_t definition

__darwin_suseconds_t is defined as long which on macos
64 bit systems is equivalent to 8 bytes. It is equivalent
to Odin int type _not_ i32
This commit is contained in:
Ian Simonson
2024-03-14 07:21:26 -07:00
parent 34c4389d75
commit c7bec2962e

View File

@@ -125,7 +125,7 @@ DARWIN_MAXCOMLEN :: 16
/*--==========================================================================--*/
__darwin_ino64_t :: u64
__darwin_time_t :: u32
__darwin_time_t :: int
__darwin_dev_t :: i32
__darwin_mode_t :: u16
__darwin_off_t :: i64