Searched refs:TEST_GLIBC_PREREQ (Results 1 – 2 of 2) sorted by relevance
120 #if defined(TEST_GLIBC_PREREQ) && TEST_GLIBC_PREREQ(2, 24) in main()132 #if defined(TEST_GLIBC_PREREQ) && TEST_GLIBC_PREREQ(2, 24) in main()
80 #define TEST_GLIBC_PREREQ(major, minor) __GLIBC_PREREQ(major, minor) macro