Fix strtod subnormal rounding (bug 30220)
[glibc.git] / conform / data / sys / timeb.h-data
blob9638f73c8f6e5ff5810f795c768d8b8a16b1d74e
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 && !defined POSIX2008 && !defined XOPEN2K8
2 type {struct timeb}
4 element {struct timeb} time_t time
5 element {struct timeb} {unsigned short} millitm
6 element {struct timeb} short timezone
7 element {struct timeb} short dstflag
9 type time_t
11 function int ftime (struct timeb*)
13 allow *_t
14 #endif