mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 22:22:33 -04:00
Add tools::on_startup, and warn about glibc 2.25 bug if found
https://sourceware.org/bugzilla/show_bug.cgi?id=21778
This commit is contained in:
parent
86e9de588c
commit
7130cf0c61
8 changed files with 23 additions and 6 deletions
|
@ -129,6 +129,8 @@ namespace tools
|
|||
|
||||
bool sanitize_locale();
|
||||
|
||||
bool on_startup();
|
||||
|
||||
/*! \brief Defines a signal handler for win32 and *nix
|
||||
*/
|
||||
class signal_handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue