Skip to content

Commit d0ffed6

Browse files
authored
vxworks
1 parent e51a79f commit d0ffed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vxworks/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ extern "C" {
13181318
pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int;
13191319

13201320
pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
1321-
pub fn pthread_exit(value: *mut ::c_void);
1321+
pub fn pthread_exit(value: *mut ::c_void) -> !;
13221322
pub fn pthread_attr_setdetachstate(
13231323
attr: *mut ::pthread_attr_t,
13241324
state: ::c_int,

0 commit comments

Comments
 (0)