Skip to content

Add sigaltstack

Mateusz Mikuła requested to merge mati865/relibc:sigaltstack into master

Constants are based on amd64 Linux and MINSIGSTKSZ can differ for other architectures.

Sigaltstack syscall doesn't seem to be available in Redox kernel so I put it in cfg.

Also no idea how to write test for it.

Edited by Mateusz Mikuła

Merge request reports