mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -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. |
||
|---|---|---|
| .. | ||
| linux.h | ||
| linux_dummy.c | ||
| linux_genassym.c | ||
| linux_sysvec.c | ||
| Makefile | ||
| syscalls.conf | ||
| syscalls.master | ||