16 #ifdef HAVE_GNU_LIBC_VERSION_H
17 #include <gnu/libc-version.h>
20 #ifdef HAVE_GNU_LIBC_VERSION_H
21 #ifdef HAVE_GNU_GET_LIBC_VERSION
22 #define CHECK_LIBC_VERSION
26 #define STR_IMPL(x) #x
27 #define STR(x) STR_IMPL(x)
46 #ifdef CHECK_LIBC_VERSION
47 const char *version = gnu_get_libc_version();
62 return STR(__GLIBC__)
"." STR(__GLIBC_MINOR__);
const char * tor_libc_get_name(void)
const char * tor_libc_get_header_version_str(void)
const char * tor_libc_get_version_str(void)
Header for lib/osinfo/libc.c.