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 213a0f9 commit b0b3370Copy full SHA for b0b3370
src/unix/mod.rs
@@ -488,6 +488,7 @@ extern {
488
link_name = "pthread_sigmask$UNIX2003")]
489
pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t,
490
oldset: *mut sigset_t) -> ::c_int;
491
+ pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
492
493
// #[cfg_attr(target_os = "linux", link_name = "__xpg_strerror_r")]
494
pub fn strerror_r(errnum: ::c_int, buf: *mut c_char,
0 commit comments