malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2
[glibc.git] / include / struct___timeb64.h
blob14704a9e30e9b377e1cf543e279c510b9de01fe4
1 #ifndef _STRUCT_TIMEB64_H
2 #define _STRUCT_TIMEB64_H
4 #if __TIMESIZE == 64
5 # define __timeb64 timeb
6 #else
7 struct __timeb64
9 __time64_t time;
10 unsigned short int millitm;
11 short int timezone;
12 short int dstflag;
14 #endif
16 #endif /* _STRUCT_TIMEB64_H */