aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-03 10:12:57 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-14 09:12:28 +0100
commit7130cf0c61e259ee6d8479cd804e9284cf6859f6 (patch)
treef1b11af35294d103d79cf0870535a147bd775683 /src/common/util.h
parentMerge pull request #2548 (diff)
downloadmonero-7130cf0c61e259ee6d8479cd804e9284cf6859f6.tar.xz
Add tools::on_startup, and warn about glibc 2.25 bug if found
https://sourceware.org/bugzilla/show_bug.cgi?id=21778
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 48bdbbc28..2e4d6e917 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -129,6 +129,8 @@ namespace tools
bool sanitize_locale();
+ bool on_startup();
+
/*! \brief Defines a signal handler for win32 and *nix
*/
class signal_handler