mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
The old patch to define `HAVE_SIGSET_T` is no longer needed, as we now have implementations for `sigwaitinfo` and `sigtimedwait`. Instead, for the same reason, we now have to remove a reference to `si_errno`, which we haven't implemented yet but is just assumed to be there.