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 0f3edec commit 36407f3Copy full SHA for 36407f3
src/unix/haiku/mod.rs
@@ -1791,6 +1791,7 @@ extern "C" {
1791
lock: *mut pthread_mutex_t,
1792
abstime: *const ::timespec,
1793
) -> ::c_int;
1794
+ pub fn pthread_sigqueue(thread: ::pthread_t, sig: ::c_int, value: ::sigval) -> ::c_int;
1795
pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int;
1796
pub fn pthread_spin_destroy(lock: *mut ::pthread_spinlock_t) -> ::c_int;
1797
pub fn pthread_spin_lock(lock: *mut ::pthread_spinlock_t) -> ::c_int;
0 commit comments