Update library/std/src/sys/unix/thread.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
28501cd80f
commit
2ac0b3ed54
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ impl Thread {
|
|||
zx_thread_self(),
|
||||
ZX_PROP_NAME,
|
||||
name.as_ptr() as *const libc::c_void,
|
||||
libc::strlen(name.as_ptr()),
|
||||
name.to_bytes().len(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue