Update ChangeLog

This commit is contained in:
Gregory Nutt
2015-02-25 08:07:55 -06:00
parent 10852dcc25
commit 54c8efab69
+3
View File
@@ -9891,3 +9891,6 @@
where the errno value was being overwritten by subsequent actions so where the errno value was being overwritten by subsequent actions so
that the returned errno value was incorrect. From Max Neklyudov that the returned errno value was incorrect. From Max Neklyudov
(2015-02-25). (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).