incubator-nuttx/net/usrsock
chao.an 086fb829fd net/usrsock: fix build warning
usrsock/usrsock_sockif.c:72:3: warning:
initialization of ‘int (*)(struct socket **)’ from incompatible pointer type
‘int (*)(struct socket *, int,  void *, size_t)’ {aka ‘int (*)(struct socket *, int,  void *, long unsigned int)’} [-Wincompatible-pointer-types]
   72 |   usrsock_ioctl               /* si_ioctl */
      |   ^~~~~~~~~~~~~

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-01-19 12:09:53 +01:00
..
Kconfig Kconfig: remove empty help sections 2021-07-23 02:32:19 -07:00
Make.defs net: usrsock: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
usrsock.h net/usrsock: fix build warning 2022-01-19 12:09:53 +01:00
usrsock_accept.c
usrsock_bind.c net/usrsock: Fix the compile warning 2022-01-03 11:19:32 +08:00
usrsock_close.c net: usrsock: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
usrsock_conn.c net/usrsock: add support for CONFIG_NET_ALLOC_CONNS 2022-01-05 12:39:00 +08:00
usrsock_connect.c net: usrsock: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
usrsock_dev.c net/usrsock: remove the connections limit 2022-01-05 12:38:42 +08:00
usrsock_event.c net: usrsock: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
usrsock_getpeername.c net/usrsock: Fix the compile warning 2022-01-03 11:19:32 +08:00
usrsock_getsockname.c net/usrsock: Fix the compile warning 2022-01-03 11:19:32 +08:00
usrsock_getsockopt.c net/usrsock: Fix the compile warning 2022-01-03 11:19:32 +08:00
usrsock_ioctl.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
usrsock_listen.c
usrsock_poll.c net: usrsock: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
usrsock_recvmsg.c net/usrsock: Fix the compile warning 2022-01-03 11:19:32 +08:00
usrsock_sendmsg.c net/usrsock: Fix the compile warning 2022-01-03 11:19:32 +08:00
usrsock_setsockopt.c net/usrsock: Fix the compile warning 2022-01-03 11:19:32 +08:00
usrsock_socket.c net: usrsock: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
usrsock_sockif.c net/usrsock: fix build warning 2022-01-19 12:09:53 +01:00