Skip to content

Commit 25367e4

Browse files
author
Martin Hafskjold Thoresen
committed
Add pthread_sigqueue to linux/other
1 parent 7d64d5a commit 25367e4

File tree

1 file changed

+3
-0
lines changed
  • src/unix/notbsd/linux/other

1 file changed

+3
-0
lines changed

src/unix/notbsd/linux/other/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,9 @@ extern {
864864
val: *mut ::c_int) -> ::c_int;
865865
pub fn pthread_rwlockattr_setkind_np(attr: *mut ::pthread_rwlockattr_t,
866866
val: ::c_int) -> ::c_int;
867+
pub fn pthread_sigqueue(thread: ::pthread_t,
868+
sig: ::c_int,
869+
value: ::sigval) -> ::c_int;
867870
pub fn sched_getcpu() -> ::c_int;
868871
pub fn mallinfo() -> ::mallinfo;
869872
pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;

0 commit comments

Comments
 (0)