Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`caml/signals.h` is not public API; it does not include `caml/config.h` and so it will not include `signal.h` because it does not know about `POSIX_SIGNAL`. This issue is visible on musl as "unknown type sigset_t". Signed-off-by: Etienne Millon <[email protected]>
- Loading branch information