mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
POSIX requires that a signal handler defined with sigaction() is not reset on delivering a signal unless SA_NODEFER or SA_RESETHAND is set. It is therefore unnecessary to redefine the handler on signal delivery on platforms where sigaction() is used without those flags.
2.0 KiB
2.0 KiB