about summary refs log tree commit diff
path: root/signal/libc_sigaction.c
Commit message (Collapse)AuthorAgeFilesLines
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-181-0/+32
The generic implementation basically handle the system agnostic logic (filtering out the invalid signals) while the __libc_sigaction is the function with implements the system and architecture bits. Checked on x86_64-linux-gnu and i686-linux-gnu.