libc: rename _zephyr_fputc to zephyr_fputc
For some reason we missed _zephyr_fputc in commit
4344e27c26
. Rename _zephyr_fputc to just
zephyr_fputc and fixup associated code to build.
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c82f23cada
commit
276f766317
2 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ __syscall int z_zephyr_write_stdout(const void *buf, int nbytes);
|
|||
#else
|
||||
/* Minimal libc */
|
||||
|
||||
__syscall int _zephyr_fputc(int c, FILE *stream);
|
||||
__syscall int zephyr_fputc(int c, FILE * stream);
|
||||
|
||||
__syscall size_t zephyr_fwrite(const void *_MLIBC_RESTRICT ptr, size_t size,
|
||||
size_t nitems, FILE *_MLIBC_RESTRICT stream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue