mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 04:10:40 +00:00
Update ChangeLogs
This commit is contained in:
parent
6175e9eec5
commit
fbbce64623
1 changed files with 3 additions and 0 deletions
|
|
@ -9487,3 +9487,6 @@
|
|||
address (2015-01-20).
|
||||
* Many files: Correct name of fields in struct sockaddr_in6: sin6_port
|
||||
and sin6_family, not sin_port and sin_family (2015-01-20).
|
||||
* net/socket/accept.c: Correct the value returned by accept() in the
|
||||
case where net_lockingwait() is called. It was returning -1 and
|
||||
losing the errno value. Noted by Rony Xln (2015-01-22).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue