X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/507116e319a1470bb0a5040d4d23e5c76955ef97..HEAD:/include/time.h diff --git a/include/time.h b/include/time.h index 3024c87..100945b 100644 --- a/include/time.h +++ b/include/time.h @@ -247,9 +247,9 @@ int clock_settime(clockid_t __clock_id, const struct timespec *__tp); #endif /* _DARWIN_FEATURE_CLOCK_GETTIME */ #ifndef UNIFDEF_DRIVERKIT -#if (__DARWIN_C_LEVEL >= __DARWIN_C_FULL) && \ - ((defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || \ - (defined(__cplusplus) && __cplusplus >= 201703L)) +#if (__DARWIN_C_LEVEL >= __DARWIN_C_FULL) || \ + (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || \ + (defined(__cplusplus) && __cplusplus >= 201703L) /* ISO/IEC 9899:201x 7.27.2.5 The timespec_get function */ #define TIME_UTC 1 /* time elapsed since epoch */ __API_AVAILABLE(macosx(10.15), ios(13.0), tvos(13.0), watchos(6.0))