1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Add range checking for FD_SET, FD_CLR, and FD_ISSET

This commit is contained in:
Ulrich Drepper
2011-09-08 19:48:47 -04:00
parent 762011fe9f
commit a0f33f996f
10 changed files with 121 additions and 10 deletions

1
include/bits/select2.h Normal file
View File

@ -0,0 +1 @@
#include "../../misc/bits/select2.h"