__GLIBC_MINOR__ 16 tools/build/feature/test-glibc.c const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); __GLIBC_MINOR__ 20 tools/testing/selftests/capabilities/validate_cap.c #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19) __GLIBC_MINOR__ 415 tools/testing/selftests/x86/ptrace_syscall.c #if defined(__i386__) && (!defined(__GLIBC__) || __GLIBC__ > 2 || __GLIBC_MINOR__ >= 16) __GLIBC_MINOR__ 14 tools/testing/selftests/x86/unwind_vdso.c #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 16