nuttx/include/sys
Xiang Xiao 389b45359d epoll: Don't save fd into the field of epoll_data_t
since epoll_data_t is reserved to the caller and
then shouldn't be touched by the implementation

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-08-25 21:06:48 +01:00
..
boardctl.h Fix typos 2020-05-14 10:49:44 -06:00
custom_file.h
epoll.h epoll: Don't save fd into the field of epoll_data_t 2020-08-25 21:06:48 +01:00
eventfd.h fs/vfs: Add file descriptor based events support 2020-07-31 15:09:35 -06:00
file.h
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 syscall/prctl: fix PR_SET_NAME failure if without <pid> arg 2020-07-01 21:52:18 -05: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 net/socket: add SOCK_CLOEXEC/SOCK_NONBLOCK support 2020-08-17 23:38:18 -05:00
sockio.h
stat.h sys/stat:Make comment match code 2020-08-06 08:36:03 -05:00
statfs.h
statvfs.h fs/vfs: Implement statvfs and fstatvfs 2020-07-13 20:25:03 +01:00
syscall_lookup.h fs/vfs: Add file descriptor based events support 2020-07-31 15:09:35 -06:00
syscall.h Add g_funcnames declaration in syscall.h 2020-07-22 12:01:40 -05:00
time.h vfs: Add chmod/fchmod/utimes function prototype 2020-06-30 09:20:33 +01:00
types.h fs/vfs: Implement statvfs and fstatvfs 2020-07-13 20:25:03 +01:00
uio.h
un.h
utsname.h
vfs.h
wait.h