rust-lang / miri

An interpreter for Rust's mid-level intermediate representation
Apache License 2.0
4.13k stars 318 forks source link

Add syscall `dup()` for unix target #3707

Open adwinwhite opened 4 days ago

adwinwhite commented 4 days ago

Add support for dup() and dup2().

Fixes #3454