]> git.saurik.com Git - apple/libc.git/blobdiff - include/time.h
Libc-1439.100.3.tar.gz
[apple/libc.git] / include / time.h
index 3024c874e5ee468bed0b1d41f6aa802c6f0b6d9b..100945b5cc9657afabcc187b43e52032a573e246 100644 (file)
@@ -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))