[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Axel Lin |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-271-gb3a9394 |
Date: |
Mon, 6 May 2019 07:50:53 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via b3a939417e936a933ba287aee79eff8662198cad (commit)
from 0255106d553f0c46130168fafc1ec169debed053 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b3a939417e936a933ba287aee79eff8662198cad
Author: Axel Lin <address@hidden>
Date: Mon May 6 19:47:56 2019 +0800
sockets: Get rid of sock_set_errno
The err field is removed from struct lwip_sock since commit e0a2472706ee
("netconn/sockets: remove fatal error handling, fix asynchronous error
handling, ensure data before RST can be received")
sock_set_errno() simply calls set_errno() now, so use set_errno() instead.
Signed-off-by: Axel Lin <address@hidden>
Acked-by: Dirk Ziegelmeier <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/api/sockets.c | 139 ++++++++++++++++++++++++++----------------------------
1 file changed, 67 insertions(+), 72 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-271-gb3a9394,
Axel Lin <=