mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 07:55:32 +00:00
arch/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
sched/ audio/ crypto/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
Documentation/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
fs/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
graphics/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
net/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
drivers/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
include/, syscall/, wireless/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
configs/: Remove all references to CONFIG_DISABLE_POLL. Standard POSIX poll can no longer be disabled.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| usrsock.h | ||
| usrsock_accept.c | ||
| usrsock_bind.c | ||
| usrsock_close.c | ||
| usrsock_conn.c | ||
| usrsock_connect.c | ||
| usrsock_dev.c | ||
| usrsock_event.c | ||
| usrsock_getpeername.c | ||
| usrsock_getsockname.c | ||
| usrsock_getsockopt.c | ||
| usrsock_ioctl.c | ||
| usrsock_listen.c | ||
| usrsock_poll.c | ||
| usrsock_recvfrom.c | ||
| usrsock_sendto.c | ||
| usrsock_setsockopt.c | ||
| usrsock_socket.c | ||
| usrsock_sockif.c | ||