glibc/misc/sys
Florian Weimer 4cbf380ce9 misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
Shifting into the sign position is currently supported as a GCC
extension, but explicitly subjected to future changes.  Computation
in the unsigned type followed by a cast to the signed type is a GCC
extension that will be available forever.
2014-02-25 14:56:10 +01:00
..
auxv.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
cdefs.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dir.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
file.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ioctl.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mman.h Combine __USE_BSD and __USE_SVID into __USE_MISC. 2014-02-12 23:41:01 +00:00
param.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
queue.h [BZ #5779] 2008-03-05 05:50:39 +00:00
select.h misc/sys/select.h (__FD_MASK): Avoid signed integer overflow. 2014-02-25 14:56:10 +01:00
syslog.h Combine __USE_BSD and __USE_SVID into __USE_MISC. 2014-02-12 23:41:01 +00:00
uio.h Complete _BSD_SOURCE / _SVID_source followup cleanup. 2014-02-21 21:45:26 +00:00
ustat.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xattr.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00