Re: [PATCH v2 0/4] nolibc signal handling support

From: Alviro Iskandar Setiawan
Date: Sun Jan 08 2023 - 08:28:57 EST


On Sun, Jan 8, 2023 at 8:10 PM Ammar Faizi wrote:
> 3) More selftests.
>
> This series also adds selftests for:
> - fork(2)
> - sigaction(2)
> - signal(2)
[...]
> Ammar Faizi (4):
> nolibc/sys: Implement `sigaction(2)` function
> nolibc/sys: Implement `signal(2)` function
> selftests/nolibc: Add `fork(2)` selftest
> selftests/nolibc: Add `sigaction(2)` selftest

The signal() self test is missing?
btw, it's too crowded here, let's create a new thread for this if you
ever send another version