nuttx/net/socket
Gregory Nutt b49be4bb20 Squashed commit of the following:
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.
2019-05-21 18:57:54 -06:00
..
accept.c
bind.c
connect.c
getpeername.c
getsockname.c
getsockopt.c
Kconfig
listen.c
Make.defs
net_checksd.c
net_clone.c
net_close.c
net_dupsd.c
net_dupsd2.c
net_fstat.c
net_poll.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00
net_sendfile.c
net_sockets.c
net_sockif.c
net_timeo.c
net_vfcntl.c
recv.c
recvfrom.c
send.c
sendto.c
setsockopt.c
socket.c
socket.h