summaryrefslogtreecommitdiff
path: root/src/vxworks/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vxworks/mod.rs')
-rwxr-xr-xsrc/vxworks/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vxworks/mod.rs b/src/vxworks/mod.rs
index f1aff9d4bd..8745cd1653 100755
--- a/src/vxworks/mod.rs
+++ b/src/vxworks/mod.rs
@@ -1361,7 +1361,7 @@ extern "C" {
pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int;
pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
- pub fn pthread_exit(value: *mut ::c_void);
+ pub fn pthread_exit(value: *mut ::c_void) -> !;
pub fn pthread_attr_setdetachstate(
attr: *mut ::pthread_attr_t,
state: ::c_int,