You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2023/01/15 15:31:35 UTC

[nuttx] branch master updated (32d0c2ce9d -> a851ad84c3)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 32d0c2ce9d libc: Add sys/endian.h to improve the compatiblity with bionic libc
     add a851ad84c3 net: consistent the net sem wait naming conversion

No new revisions were added by this update.

Summary of changes:
 drivers/net/rpmsgdrv.c              |  2 +-
 drivers/usrsock/usrsock_dev.c       |  2 +-
 drivers/usrsock/usrsock_rpmsg.c     |  2 +-
 include/nuttx/net/net.h             | 22 +++++++++++-----------
 net/arp/arp_notify.c                |  2 +-
 net/arp/arp_send.c                  |  4 ++--
 net/bluetooth/bluetooth_recvmsg.c   |  4 ++--
 net/bluetooth/bluetooth_sendmsg.c   |  8 ++++----
 net/can/can_recvmsg.c               | 10 +++++-----
 net/can/can_sendmsg.c               | 10 +++++-----
 net/icmp/icmp_recvmsg.c             |  4 ++--
 net/icmp/icmp_sendmsg.c             |  4 ++--
 net/icmpv6/icmpv6_autoconfig.c      |  4 ++--
 net/icmpv6/icmpv6_neighbor.c        |  4 ++--
 net/icmpv6/icmpv6_notify.c          |  2 +-
 net/icmpv6/icmpv6_recvmsg.c         |  4 ++--
 net/icmpv6/icmpv6_rnotify.c         |  2 +-
 net/icmpv6/icmpv6_sendmsg.c         |  4 ++--
 net/ieee802154/ieee802154_recvmsg.c |  4 ++--
 net/ieee802154/ieee802154_sendmsg.c |  8 ++++----
 net/igmp/igmp_msg.c                 |  2 +-
 net/local/local_accept.c            |  4 ++--
 net/local/local_connect.c           |  2 +-
 net/mld/mld_msg.c                   |  2 +-
 net/pkt/pkt_recvmsg.c               | 10 +++++-----
 net/pkt/pkt_sendmsg.c               |  8 ++++----
 net/rpmsg/rpmsg_sockif.c            | 12 ++++++------
 net/sixlowpan/sixlowpan_send.c      |  4 ++--
 net/sixlowpan/sixlowpan_tcpsend.c   |  4 ++--
 net/tcp/tcp_accept.c                |  8 ++++----
 net/tcp/tcp_connect.c               |  6 +++---
 net/tcp/tcp_recvfrom.c              |  7 ++++---
 net/tcp/tcp_send_buffered.c         |  2 +-
 net/tcp/tcp_send_unbuffered.c       | 10 +++++-----
 net/tcp/tcp_sendfile.c              |  2 +-
 net/tcp/tcp_txdrain.c               |  2 +-
 net/tcp/tcp_wrbuffer.c              |  2 +-
 net/udp/udp_recvfrom.c              | 13 +++++++------
 net/udp/udp_sendto_buffered.c       |  2 +-
 net/udp/udp_sendto_unbuffered.c     |  4 ++--
 net/udp/udp_txdrain.c               |  2 +-
 net/udp/udp_wrbuffer.c              |  4 ++--
 net/usrsock/usrsock_accept.c        |  6 +++---
 net/usrsock/usrsock_bind.c          |  2 +-
 net/usrsock/usrsock_close.c         |  2 +-
 net/usrsock/usrsock_connect.c       |  2 +-
 net/usrsock/usrsock_devif.c         |  8 ++++----
 net/usrsock/usrsock_getpeername.c   |  2 +-
 net/usrsock/usrsock_getsockname.c   |  2 +-
 net/usrsock/usrsock_getsockopt.c    |  2 +-
 net/usrsock/usrsock_ioctl.c         |  2 +-
 net/usrsock/usrsock_listen.c        |  2 +-
 net/usrsock/usrsock_recvmsg.c       |  6 +++---
 net/usrsock/usrsock_sendmsg.c       |  6 +++---
 net/usrsock/usrsock_setsockopt.c    |  2 +-
 net/usrsock/usrsock_socket.c        |  2 +-
 net/utils/net_lock.c                | 24 ++++++++++++------------
 57 files changed, 145 insertions(+), 143 deletions(-)