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 d0ffed6 commit 7d1907eCopy full SHA for 7d1907e
src/fuchsia/mod.rs
@@ -3732,7 +3732,7 @@ extern "C" {
3732
native: ::pthread_t,
3733
value: *mut *mut ::c_void,
3734
) -> ::c_int;
3735
- pub fn pthread_exit(value: *mut ::c_void);
+ pub fn pthread_exit(value: *mut ::c_void) -> !;
3736
pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int;
3737
pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int;
3738
pub fn pthread_attr_setstacksize(
0 commit comments