mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
functions use the new sigset_t and sigaction_t which allows support for more than 32 signals. Only the lower 32 signals are supported for now. linux_rt_sigaction, linux_sigaction and linux_signal use linux_do_sigaction to do the actual work. That way unnecessary redundancy is avoided. The same has been done for linux_rt_sigprocmask and linux_sigprocmask. They call linux_do_sigprocmask to do the actual work. |
||
|---|---|---|
| .. | ||
| alpha | ||
| conf | ||
| include | ||
| isa | ||
| linux | ||
| pci | ||
| tc | ||
| tlsb | ||