mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
3c0013134c
Some of the functions could be converted to rust, but the functions dealing with signals were moved to rust_builtin.cpp instead (no reason to keep the original file around for one function). Closes #2674 Because less C++ is better C++!