|
Tor 0.4.9.8
|
Functions to get the name and version of the system libc. More...
Go to the source code of this file.
Macros | |
| #define | STR_IMPL(x) |
| #define | STR(x) |
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) |
Functions to get the name and version of the system libc.
Definition in file libc.c.
| 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().