mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 11:28:22 +08:00
53edfb5815
since it has been replaced with https://github.com/apache/nuttx/blob/master/sched/misc/coredump.c#L763 and `nput` map to `off_t` https://github.com/apache/nuttx/blob/master/include/nuttx/streams.h#L98 align with other prints, reference: - https://github.com/apache/nuttx/blob/master/drivers/misc/rwbuffer.c#L1121 - https://github.com/apache/nuttx/blob/master/fs/mmap/fs_rammap.c#L84 - https://github.com/apache/nuttx/blob/master/libs/libc/elf/elf_read.c#L85 Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>