commit | 92f0f706f7f9ece86b998fb0da03a6149fc54b3b | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Fri Sep 10 16:33:11 2021 +0900 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Sat Sep 11 04:47:01 2021 -0400 |
tree | f8355a3eb66d5b23312f0dffdbbcf4dede6e56e3 | |
parent | 86b8cf1f06c8cd966abbd6c7bb9f061213486338 [diff] |
lib: libc: Drop `z_` prefix from stdio syscalls This commit removes the `z_` prefix from the stdio syscall functions (`z_zephyr_write_stdout` and `z_zephyr_read_stdin`) since it is redundant and does not align with the convention used by the equivalent minimal libc syscall functions (e.g. `zephyr_fputc` and `zephyr_fwrite`). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>