diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 19:48:47 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 19:48:47 -0400 |
commit | a0f33f996f7986dbf37631a4577f8565b42df29e (patch) | |
tree | 78c71a736d4bd75009abba7796f0e0aca78e47ec /NEWS | |
parent | 762011fe9ffded81448be4dc50a2b27faaafe4c9 (diff) | |
download | glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.zip glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar.gz glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar.bz2 |
Add range checking for FD_SET, FD_CLR, and FD_ISSET
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-9-7 +GNU C Library NEWS -- history of user-visible changes. 2011-9-8 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -34,6 +34,9 @@ Version 2.15 * New interfaces: scandirat, scandirat64 Implemented by Ulrich Drepper. + +* Checking versions of FD_SET, FD_CLR, and FD_ISSET added. + Implemented by Ulrich Drepper. Version 2.14 |