Skip to content

Commit 4d0d7c7

Browse files
author
Martin Hafskjold Thoresen
committed
Try to just inline the sigval struct.
1 parent 25367e4 commit 4d0d7c7

File tree

1 file changed

+1
-1
lines changed
  • src/unix/notbsd/linux/other

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ extern {
866866
val: ::c_int) -> ::c_int;
867867
pub fn pthread_sigqueue(thread: ::pthread_t,
868868
sig: ::c_int,
869-
value: ::sigval) -> ::c_int;
869+
value: *mut ::c_void) -> ::c_int;
870870
pub fn sched_getcpu() -> ::c_int;
871871
pub fn mallinfo() -> ::mallinfo;
872872
pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;

0 commit comments

Comments
 (0)