Skip to content

Commit

Permalink
zend_hrtime: Fix build for macOS without clock_gettime_nsec_np() (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgsowa authored Jan 16, 2025
1 parent 5c39a46 commit ac2ce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_hrtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ BEGIN_EXTERN_C()

ZEND_API extern double zend_hrtime_timer_scale;

#elif ZEND_HRTIME_PLATFORM_APPLE
#elif ZEND_HRTIME_PLATFORM_APPLE_MACH_ABSOLUTE

# include <mach/mach_time.h>
# include <string.h>
Expand Down

0 comments on commit ac2ce94

Please sign in to comment.