Skip to content

Commit b2eec24

Browse files
committed
Use now available link name "signal" instead of "bsd_signal".
Fixes rust-lang#236.
1 parent cd925e0 commit b2eec24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ extern {
408408

409409
pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int;
410410

411-
#[cfg_attr(target_os = "android", link_name = "bsd_signal")]
412411
pub fn signal(signum: ::c_int, handler: sighandler_t) -> sighandler_t;
413412

414413
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),

0 commit comments

Comments
 (0)