Skip to content

Commit 602bea3

Browse files
authored
Merge pull request #8 from Wind-River/set_name_003
VxWorks does not provide a way to set the task name except at creation time
2 parents bea0372 + 912feab commit 602bea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/vxworks/thread.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ impl Thread {
7777
}
7878

7979
pub fn set_name(_name: &CStr) {
80-
assert!(false, "FIXME: set_name");
80+
// VxWorks does not provide a way to set the task name except at creation time
8181
}
8282

8383
pub fn sleep(dur: Duration) {

0 commit comments

Comments
 (0)