summaryrefslogtreecommitdiff
path: root/src/main/signal_handlers.h
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-02-23 15:56:16 -0800
committerGitHub <noreply@github.com>2021-02-23 15:56:16 -0800
commit4c0dbb8ec7871ff114a9e66233cd8c8dd853f0b4 (patch)
tree3c2544cba74aed61ec65f1d06f5430a8874d5e11 /src/main/signal_handlers.h
parenteeb74f13bdf16aeda2e4d5fe7b4880cb17702fe4 (diff)
Switch to C++17. (#5959)
Co-authored-by: Gereon Kremer <nafur42@gmail.com>
Diffstat (limited to 'src/main/signal_handlers.h')
-rw-r--r--src/main/signal_handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/signal_handlers.h b/src/main/signal_handlers.h
index 5eb3f24c7..394377d91 100644
--- a/src/main/signal_handlers.h
+++ b/src/main/signal_handlers.h
@@ -30,7 +30,7 @@ void timeout_handler();
/**
* Installs (almost) all signal handlers.
* A handler for SIGALRM is set in time_limit.cpp.
- * Also sets callbacks via std::set_unexpected and std:set_terminate.
+ * Also sets callbacks via std:set_terminate.
*/
void install();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback