We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd925e0 commit b2eec24Copy full SHA for b2eec24
src/unix/mod.rs
@@ -408,7 +408,6 @@ extern {
408
409
pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int;
410
411
- #[cfg_attr(target_os = "android", link_name = "bsd_signal")]
412
pub fn signal(signum: ::c_int, handler: sighandler_t) -> sighandler_t;
413
414
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),
0 commit comments