Mercurial > hg > CbC > CbC_llvm
comparison libcxx/src/include/apple_availability.h @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | 0572611fdcc8 |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
220:42394fc6a535 | 221:79ff65ed7e25 |
---|---|
27 #define _LIBCPP_USE_UTIMENSAT | 27 #define _LIBCPP_USE_UTIMENSAT |
28 #endif | 28 #endif |
29 #endif // __ENVIRONMENT_.*_VERSION_MIN_REQUIRED__ | 29 #endif // __ENVIRONMENT_.*_VERSION_MIN_REQUIRED__ |
30 | 30 |
31 #if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) | 31 #if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) |
32 #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 101200 | |
33 #define _LIBCPP_USE_CLOCK_GETTIME | |
34 #endif | |
35 #elif defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) | |
36 #if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ >= 100000 | |
37 #define _LIBCPP_USE_CLOCK_GETTIME | |
38 #endif | |
39 #elif defined(__ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__) | |
40 #if __ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__ >= 100000 | |
41 #define _LIBCPP_USE_CLOCK_GETTIME | |
42 #endif | |
43 #elif defined(__ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__) | |
44 #if __ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__ >= 30000 | |
45 #define _LIBCPP_USE_CLOCK_GETTIME | |
46 #endif | |
47 #endif // __ENVIRONMENT_.*_VERSION_MIN_REQUIRED__ | |
48 | |
49 #if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) | |
50 #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 101500 | 32 #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 101500 |
51 #define _LIBCPP_USE_ULOCK | 33 #define _LIBCPP_USE_ULOCK |
52 #endif | 34 #endif |
53 #elif defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) | 35 #elif defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__) |
54 #if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ >= 130000 | 36 #if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ >= 130000 |