incubator-nuttx/net/local
Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
Kconfig
Make.defs Squashed commit of the following: 2019-05-21 18:57:54 -06:00
local.h Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
local_accept.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
local_bind.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_conn.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
local_connect.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
local_fifo.c net/: Fix some new problems found by the current nxstyle with .c files in the net/ directory. (#92) 2020-01-13 21:26:04 +01:00
local_listen.c
local_netpoll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_recvfrom.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_recvutils.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
local_release.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
local_send.c
local_sendpacket.c
local_sendto.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_sockif.c Move _SF_BOUND and _SF_CONNECTED modification to common place 2020-01-31 13:45:14 -06:00