mirror of https://github.com/KLayout/klayout.git
Merge pull request #205 from bentley/master
OpenBSD doesn't have sa_restorer.
This commit is contained in:
commit
64d949d2c0
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue