nuttx/fs/vfs
Xiang Xiao b598ab43d7 fs: Implement lstat function
specified here:
https://pubs.opengroup.org/onlinepubs/009695399/functions/lstat.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Iefc23a02d425ff84fa4027aea7da1181b01eced7
2020-06-30 13:09:58 -06:00
..
fs_close.c
fs_dup2.c fs/vfs: Add nx_dup and nx_dup2 function 2020-05-04 07:20:02 -06:00
fs_dup.c fs/vfs: Add nx_dup and nx_dup2 function 2020-05-04 07:20:02 -06:00
fs_dupfd2.c fs/vfs: Add nx_dup and nx_dup2 function 2020-05-04 07:20:02 -06:00
fs_dupfd.c fs/vfs: Add nx_dup and nx_dup2 function 2020-05-04 07:20:02 -06:00
fs_epoll.c
fs_fcntl.c fs/setfd: correct the return value 2020-06-24 13:48:41 +01:00
fs_fdopen.c fs/vfs/fd_open.c: fs_fdopen() must not set errno 2020-05-23 15:22:09 +08:00
fs_fstat.c fs: Implement lstat function 2020-06-30 13:09:58 -06:00
fs_fstatfs.c
fs_fsync.c
fs_getfilep.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
fs_ioctl.c fs: Remove all LIBC_IOCTL_VARIADIC related stuff 2020-05-05 08:27:58 -06:00
fs_link.c Fix more warnings noted in PR checks 2020-04-13 02:09:34 +08:00
fs_lseek.c
fs_mkdir.c
fs_open.c vfs: fix support for PTY when CONFIG_NET is not enabled 2020-06-16 09:56:21 +08:00
fs_poll.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
fs_pread.c
fs_pwrite.c
fs_read.c
fs_readlink.c
fs_rename.c
fs_rmdir.c
fs_select.c
fs_sendfile.c
fs_stat.c fs: Implement lstat function 2020-06-30 13:09:58 -06:00
fs_statfs.c
fs_truncate.c
fs_unlink.c
fs_write.c net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
Make.defs