Tor 0.4.9.3-alpha-dev
|
Header for lib/osinfo/libc.c. More...
Go to the source code of this file.
Functions | |
const char * | tor_libc_get_name (void) |
const char * | tor_libc_get_version_str (void) |
const char * | tor_libc_get_header_version_str (void) |
Header for lib/osinfo/libc.c.
Definition in file libc.h.
const char * tor_libc_get_header_version_str | ( | void | ) |
Return a string representation of the version of Glibc that was used at compilation time.
Definition at line 78 of file libc.c.
Referenced by print_library_versions().
const char * tor_libc_get_name | ( | void | ) |
Return the name of the compile time libc. Returns NULL if we cannot identify the libc.
Definition at line 36 of file libc.c.
Referenced by options_init_from_torrc(), print_library_versions(), and tor_init().
const char * tor_libc_get_version_str | ( | void | ) |
Return a string representation of the version of the currently running version of Glibc.
Definition at line 51 of file libc.c.
Referenced by options_init_from_torrc(), print_library_versions(), and tor_init().