9
0
Fork 0

Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-02-25 08:07:55 -06:00
parent ee5b0f8111
commit c02ffa0fc1
1 changed files with 3 additions and 0 deletions

View File

@ -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).