Searched defs:__GLIBC_PREREQ (Results 1 - 3 of 3) sorted by relevance

/external/ltp/android/include/
H A Dbionic-compat.h20 #define __GLIBC_PREREQ(a, b) 1 macro
/external/valgrind/helgrind/tests/
H A Dtc20_verifywrap.c24 /* Fake __GLIBC_PREREQ on Solaris. Pretend glibc >= 2.4. */
25 # define __GLIBC_PREREQ macro
27 #if !defined(__GLIBC_PREREQ)
28 # error "This program needs __GLIBC_PREREQ (in /usr/include/features.h)"
62 # if __GLIBC_PREREQ(2,4)
108 # if __GLIBC_PREREQ(2,4)
121 # if __GLIBC_PREREQ(2,4)
141 # if __GLIBC_PREREQ(2,4)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc1063 #ifndef __GLIBC_PREREQ
1064 #define __GLIBC_PREREQ(x, y) 0 macro
1066 #if !defined(__s390x__) || __GLIBC_PREREQ (2, 20)
1142 #if !defined(__aarch64__) || !SANITIZER_LINUX || __GLIBC_PREREQ (2, 21)

Completed in 182 milliseconds