aboutsummaryrefslogtreecommitdiff
path: root/misc/bits/select2.h
AgeCommit message (Collapse)Author
2012-06-13Suppress sign-conversion warning from FD_SET.Paul Pluzhnikov
[BZ #14210] See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>. * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int, not unsigned long int. * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-02Mark fortified __FD_ELT as extensionAndreas Schwab
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab
2011-09-08Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper