Skip to content

Make sigaction() take Option<_> arguments

Ian Douglas Scott requested to merge ids1024:sigaction into master

It looks like the kernel handles null pointers correctly, but syscall doesn't provide a way to send them.

This is a breaking change, but that shouldn't be an issue since the API is new.

Merge request reports