chopstx_poll: Use const pointer for the third argument.

This commit is contained in:
NIIBE Yutaka
2017-11-16 09:15:03 +09:00
parent 621dff7cb3
commit 3552fc5615
5 changed files with 13 additions and 2 deletions

View File

@@ -346,4 +346,5 @@ chopstx_create_arch (uintptr_t stack_addr, size_t stack_size,
void
chx_sleep_mode (int enable_sleep)
{
(void)enable_sleep;
}