mirror of https://github.com/KLayout/klayout.git
Merge branch 'master' of https://github.com/klayoutmatthias/klayout
This commit is contained in:
commit
31a9598c35
|
|
@ -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