This commit is contained in:
Matthias Koefferlein 2018-12-16 23:44:57 +01:00
commit 31a9598c35
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ void install_signal_handlers ()
act.sa_sigaction = signal_handler;
sigemptyset (&act.sa_mask);
act.sa_flags = SA_SIGINFO;
#if !defined(__APPLE__)
#if !defined(__APPLE__) && !defined(__OpenBSD__)
act.sa_restorer = 0;
#endif