summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f2316712a..6b4823318 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9891,3 +9891,6 @@
where the errno value was being overwritten by subsequent actions so
that the returned errno value was incorrect. From Max Neklyudov
(2015-02-25).
+ * include/sys/select.h: Extend the fd_set type definition so that it
+ can handle more than 32 descriptors (if so configured). From Max
+ Neklyudov (2015-02-25).