We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 238d57b + cbaa0d8 commit 42446e9Copy full SHA for 42446e9
src/unix/haiku/mod.rs
@@ -1715,6 +1715,7 @@ extern "C" {
1715
lock: *mut pthread_mutex_t,
1716
abstime: *const ::timespec,
1717
) -> ::c_int;
1718
+ pub fn pthread_sigqueue(thread: ::pthread_t, sig: ::c_int, value: ::sigval) -> ::c_int;
1719
pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int;
1720
pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int;
1721
pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
0 commit comments