Skip to content
Snippets Groups Projects
Commit 0668b9c9 authored by Alex Crichton's avatar Alex Crichton
Browse files

Merge branch 'pthread-kill' of https://github.com/tmiasko/libc into merge

parents 43148b5d b0b33707
No related branches found
No related tags found
No related merge requests found
......@@ -488,6 +488,7 @@ extern {
link_name = "pthread_sigmask$UNIX2003")]
pub fn pthread_sigmask(how: ::c_int, set: *const sigset_t,
oldset: *mut sigset_t) -> ::c_int;
pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
// #[cfg_attr(target_os = "linux", link_name = "__xpg_strerror_r")]
pub fn strerror_r(errnum: ::c_int, buf: *mut c_char,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment