mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
libc/stream: Rename [lib_stream_](put|get) to [lib_stream_](putc|getc)
to make the naming style consistent with each other Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
4be9ec774b
commit
055f1f33eb
@@ -302,7 +302,7 @@ int lib_mtdoutstream_open(FAR struct lib_mtdoutstream_s *stream,
|
||||
}
|
||||
|
||||
stream->inode = node;
|
||||
stream->public.put = mtdoutstream_putc;
|
||||
stream->public.putc = mtdoutstream_putc;
|
||||
stream->public.puts = mtdoutstream_puts;
|
||||
stream->public.flush = mtdoutstream_flush;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user