You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/10/21 08:57:27 UTC

[incubator-nuttx] branch master updated (d6b441f141 -> ae3e1d8ec5)

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

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


    from d6b441f141 tools/ci: patch for docker gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022
     add 6b955b0ef0 inet_bind: errno alignment to Linux
     add 85ffa4bcf3 inet_sockif: errno alignment to Linux
     add 2be529121a socketpair: Add SOCK_NONBLOCK support into type field
     add dc577b66e4 psock_socket: Add type field check
     add ae3e1d8ec5 setsockopt: Change return errno to EFAULT when value is NULL

No new revisions were added by this update.

Summary of changes:
 net/inet/inet_sockif.c  | 16 ++++------------
 net/socket/setsockopt.c |  2 +-
 net/socket/socket.c     |  5 +++++
 net/socket/socketpair.c |  5 +++++
 4 files changed, 15 insertions(+), 13 deletions(-)