Skip to content

Commit 7d1907e

Browse files
authored
fuchsia
1 parent d0ffed6 commit 7d1907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fuchsia/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3732,7 +3732,7 @@ extern "C" {
37323732
native: ::pthread_t,
37333733
value: *mut *mut ::c_void,
37343734
) -> ::c_int;
3735-
pub fn pthread_exit(value: *mut ::c_void);
3735+
pub fn pthread_exit(value: *mut ::c_void) -> !;
37363736
pub fn pthread_attr_init(attr: *mut ::pthread_attr_t) -> ::c_int;
37373737
pub fn pthread_attr_destroy(attr: *mut ::pthread_attr_t) -> ::c_int;
37383738
pub fn pthread_attr_setstacksize(

0 commit comments

Comments
 (0)