mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
'buffer' argument is read only, so it can be 'const'. This makes it compatible with POSIX specification of write(3) syscall. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>