sunfishcode / c-ward

An implementation of libc written in Rust
Other
187 stars 11 forks source link

Add AT_MINSIGSTKSZ support for getauxval() #127

Closed ur4t closed 4 months ago

ur4t commented 4 months ago

https://github.com/rust-lang/rust/commit/9da004ea1997ac0eedbb882fa52960417725bd48 uses AT_MINSIGSTKSZ which is not supported by c-scape.

Waiting https://github.com/bytecodealliance/rustix/pull/1041 to be released.

sunfishcode commented 4 months ago

https://github.com/bytecodealliance/rustix/pull/1041 is now released. I apologize, I forgot there was already a PR for c-scape here, and updated c-scape to use it already, so this PR is now redundant. I appreciate the patches though!