JohnTitor / mach2

Apache License 2.0
31 stars 13 forks source link

Add `time_value` #25

Closed ldm0 closed 9 months ago

ldm0 commented 1 year ago

https://opensource.apple.com/source/xnu/xnu-4570.71.2/osfmk/mach/time_value.h.auto.html

JohnTitor commented 9 months ago

Sorry for the delay, could you check the failure on Xcode 13 and 14? It seems these versions cannot find the items.

ldm0 commented 9 months ago

Fixed. Reason of the CI failure is that the generated C code in mach-test uses time_value rather than struct time_value, which can be fixed by adding time_value in mach-test's build script.