summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-23 15:41:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-23 15:41:15 -0600
commitb4c74bf206e5864dbbff8a1c6d59d1ce9893752d (patch)
treefa6ccf08fef4d153ca45ca5dcedffae84001e064 /nuttx/ChangeLog
parentdfaa61731b87c0685c17f41a95a2e758deca80a7 (diff)
downloadnuttx-b4c74bf206e5864dbbff8a1c6d59d1ce9893752d.tar.gz
nuttx-b4c74bf206e5864dbbff8a1c6d59d1ce9893752d.tar.bz2
nuttx-b4c74bf206e5864dbbff8a1c6d59d1ce9893752d.zip
poll again; if fd is less than zero, it should set revents to zero, not POLLNVAL
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e33660231..ba34d1201 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4777,8 +4777,7 @@
* net/net_poll.c: When readahead data is availalbe, the network poll
logic should set POLLIN (or POLLRDNORM), not POLLOUT. Max Holtzberg
(2013-5-23)
- * fs/fs_poll.c: Actually, it should not ignore invlid descriptors, it
- should set the POLLNVAL event and return immediately (2013-5-23).
+ * fs/fs_poll.c: Actually, it should also set revents == 0. (2013-5-23).
* libc/misc/lib_slcdencode.c and lib_slcddecode.c: Add logic to marshal
and serialized special SLCD intermixed with normal ASCII data (2013-5-23)
* configs/stm32ldiscovery/src/stm32_lcd.c: STM32L-Discovery's segment LCD