mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
Remove trailing space in comment
This commit is contained in:
parent
3ad9ac2317
commit
9d26d59ebc
@ -34,7 +34,7 @@
|
||||
// file will come before all others.
|
||||
|
||||
// On Haiku, nanosleep and sched_yield are always available except for the
|
||||
// kernel and the bootloader, so use them.
|
||||
// kernel and the bootloader, so use them.
|
||||
#if !defined(_KERNEL_MODE) && !defined(_LOADER_MODE)
|
||||
#define _GLIBCXX_USE_NANOSLEEP 1
|
||||
#define _GLIBCXX_USE_SCHED_YIELD 1
|
||||
|
Loading…
Reference in New Issue
Block a user