Update library/std/src/sys/unix/thread.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
@@ -156,7 +156,7 @@ impl Thread {
|
|||||||
zx_thread_self(),
|
zx_thread_self(),
|
||||||
ZX_PROP_NAME,
|
ZX_PROP_NAME,
|
||||||
name.as_ptr() as *const libc::c_void,
|
name.as_ptr() as *const libc::c_void,
|
||||||
libc::strlen(name.as_ptr()),
|
name.to_bytes().len(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user