nuttx/include/sys
dongjiuzhu1 4f57ebce66 fs/poll: remove poll_fdsetup
Allow users to operate poll in the kernel using the file_poll
approach, as file is protected with reference counting,
making it more secure.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2025-05-26 18:49:45 +08:00
..
boardctl.h
custom_file.h
endian.h
epoll.h
eventfd.h
fcntl.h fcntl: add sys/fcntl.h header file 2024-12-20 11:46:14 -03:00
file.h
gmon.h
inotify.h
ioctl.h
ipc.h
mman.h
mount.h sys/mount: add mount flag definition 2024-12-20 11:46:14 -03:00
msg.h
param.h
pciio.h
poll.h fs/poll: remove poll_fdsetup 2025-05-26 18:49:45 +08:00
prctl.h proctl: add PR_SET_DUMPABLE support 2024-12-20 11:46:14 -03:00
queue.h
random.h
resource.h
select.h
sem.h sem: add sys/sem.h header file 2024-12-20 11:46:14 -03:00
sendfile.h
shm.h
signal.h signal: add include/sys/signal.h to the signal 2024-12-20 11:46:14 -03:00
signalfd.h
socket.h sys/socket: add SOL_PACKET packet operation type definition 2024-12-20 11:46:14 -03:00
sockio.h
stat.h
statfs.h
statvfs.h
syscall.h
syscall_lookup.h sched/gettid: Move thread ID to TLS 2025-04-08 22:53:10 +08:00
sysinfo.h
sysmacros.h
time.h
timerfd.h
times.h
tree.h
types.h sys/types.h: add loff_t data type definition 2024-12-20 11:46:14 -03:00
uio.h
un.h
utsname.h
vfs.h
video_controls.h
videoio.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
wait.h