nuttx/libs/libc/unistd
Xiang Xiao 307cc61893 fs: Add fchstat and chstat callback into mountpt_operations
and implement all status related change function. the individual
file system change will provide in other upcoming patchset.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I8fde9db8eba9586e9c8da078b67e020c26623cf4
2021-07-29 06:33:49 -03:00
..
Kconfig Fix typos in comments and identifiers 2021-07-19 22:55:30 -03:00
lib_access.c
lib_alarm.c
lib_chdir.c
lib_daemon.c Fix typos in comments and identifiers 2021-07-19 22:55:30 -03:00
lib_execl.c
lib_fstatvfs.c
lib_futimes.c libc: Implement futimes on top of futimens 2021-07-09 15:51:28 -03:00
lib_getcwd.c
lib_getegid.c
lib_geteuid.c
lib_getgid.c
lib_gethostname.c
lib_getopt_common.c libc/getopt: Remove GETOPT_INIITIALIZER macro 2021-05-11 16:40:44 +01:00
lib_getopt_long.c
lib_getopt_longonly.c
lib_getopt.c
lib_getoptargp.c
lib_getopterrp.c
lib_getoptindp.c
lib_getoptoptp.c
lib_getoptvars.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
lib_getpriority.c libc/sched: Map the nice value more correctly 2021-06-24 08:50:48 -03:00
lib_getrlimit.c
lib_getrusage.c
lib_getuid.c
lib_nice.c libc/sched: Implement nice API 2021-06-24 08:50:48 -03:00
lib_pathconf.c
lib_pipe2.c
lib_pipe.c
lib_posix_fallocate.c
lib_restoredir.c
lib_setegid.c
lib_seteuid.c
lib_setgid.c
lib_sethostname.c
lib_setpriority.c libc/sched: Map the nice value more correctly 2021-06-24 08:50:48 -03:00
lib_setregid.c
lib_setreuid.c
lib_setrlimit.c
lib_setuid.c
lib_sleep.c
lib_statvfs.c
lib_swab.c
lib_sysconf.c libc/sysconf: Implement the query of _SC_CLK_TCK 2021-07-21 13:11:54 -03:00
lib_times.c libc: Implement times function 2021-07-21 13:11:54 -03:00
lib_truncate.c
lib_usleep.c
lib_utime.c libc: Implement utime on top of utimes 2021-07-09 15:51:28 -03:00
Make.defs fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
unistd.h