| 1034 | /// As PID 1, signals without a handler are silently dropped by the kernel. |
| 1035 | { |
| 1036 | struct sigaction sa{}; |
| 1037 | #pragma clang diagnostic push |
| 1038 | #pragma clang diagnostic ignored "-Wdisabled-macro-expansion" |
| 1039 | sa.sa_handler = shutdownHandler; |
no outgoing calls
no test coverage detected