From 54c8efab69e41fed7d895dd3c3592da5f3967cb9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Feb 2015 08:07:55 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index f2316712a2b..6b48233185c 100755 --- a/ChangeLog +++ b/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).