nuttx/include/sys
Xiang Xiao a81a260490 vfs: Add chmod/fchmod/utimes function prototype
but skip the implemenation because VFS layer doesn't support the time/mode change yet:
https://pubs.opengroup.org/onlinepubs/009695399/functions/chmod.html
https://pubs.opengroup.org/onlinepubs/009696699/functions/fchmod.html
https://pubs.opengroup.org/onlinepubs/009695399/functions/utimes.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ie4a2d3bb4eb5f5aaa0aeb794a4012b096aa94e4f
2020-06-30 09:20:33 +01:00
..
boardctl.h Fix typos 2020-05-14 10:49:44 -06:00
custom_file.h
epoll.h
file.h inclue/sys/file.h: Dummy header for POSIX compliance 2020-02-19 11:48:49 -06:00
ioctl.h fs: Remove all LIBC_IOCTL_VARIADIC related stuff 2020-05-05 08:27:58 -06:00
ipc.h
mman.h
mount.h fs: Add nx_mount/nx_umount2 function 2020-05-08 07:20:49 -06:00
param.h
prctl.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
random.h
resource.h
select.h
sendfile.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
shm.h
socket.h socket/SOL: sync the SOL index with linux 2020-06-29 11:34:43 -05:00
sockio.h
stat.h vfs: Add chmod/fchmod/utimes function prototype 2020-06-30 09:20:33 +01:00
statfs.h
syscall_lookup.h fs/vfs/fd_open.c: fs_fdopen() must not set errno 2020-05-23 15:22:09 +08:00
syscall.h syscall: Generate STUB prototype automatically 2020-05-07 10:31:05 -06:00
time.h vfs: Add chmod/fchmod/utimes function prototype 2020-06-30 09:20:33 +01:00
types.h libc: Move double_t typedef from sys/types.h to math.h 2020-06-29 13:37:41 +01:00
uio.h
un.h include/sys/un.h: Remove an incorrect comment and fix some types. Bad comment reported by Junmin Kim <trimind0210@gmail.com> via email. 2020-01-18 15:23:42 -03:00
utsname.h
vfs.h
wait.h