mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 13:37:18 +00:00
fs: Add truncate() support for userfs
fs/unionfs: Add truncate() support to the unionfs
fs/tmpfs: Add ftruncate() support to tmpfs
syscall/: Add system call support for ftruncate()
net/route: Adding ftruncate() support eliminates an issue in file-based routing table management.
fs: Add basic framework to support truncate() and ftruncate(). The infrastructure is complete. Now, however, the actual implementation of ftruncate() will have to be done for each file system.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lib_access.c | ||
| lib_chdir.c | ||
| lib_execl.c | ||
| lib_getcwd.c | ||
| lib_gethostname.c | ||
| lib_getopt.c | ||
| lib_getoptargp.c | ||
| lib_getoptindp.c | ||
| lib_getoptoptp.c | ||
| lib_pipe.c | ||
| lib_sethostname.c | ||
| lib_sleep.c | ||
| lib_swab.c | ||
| lib_truncate.c | ||
| lib_usleep.c | ||
| Make.defs | ||