mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
zend_hrtime: Fix build for macOS without clock_gettime_nsec_np() (#17437)
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user