mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 06:30:31 +00:00
Upate ChangeLog
This commit is contained in:
parent
e0b4a10dfa
commit
7a0a62988c
1 changed files with 6 additions and 0 deletions
|
|
@ -12394,3 +12394,9 @@
|
|||
(2016-07-23).
|
||||
|
||||
7.18 2016-xx-xx Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
* drivers/serial/pty.c, serial.c, usbdev/cdcacm.c, include/nuttx/fs/ioctl.h:
|
||||
Fix FIONWRITE and add FIONSPACE. All implementations of FIONWRITE
|
||||
were wrong. FIONWRITE should return the number of bytes waiting in
|
||||
the outgoing send queue, not the free space. Rather, FIONSPACE should
|
||||
return the free space in the send queue (2016-07-25).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue