Correct comment for FreeBSD and DragonFly BSD in unix/thread

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2025-01-25 20:09:36 +08:00
parent f94018810c
commit b691e9f2e0

View file

@ -144,7 +144,7 @@ impl Thread {
const TASK_COMM_LEN: usize = 16;
let name = truncate_cstr::<{ TASK_COMM_LEN }>(name);
} else {
// FreeBSD, DragonFly, FreeBSD and NuttX do not enforce length limits.
// FreeBSD, DragonFly BSD and NuttX do not enforce length limits.
}
};
// Available since glibc 2.12, musl 1.1.16, and uClibc 1.0.20 for Linux,