]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/struct___timeb64.h
INSTALL, install.texi: minor updates, regenerate
[thirdparty/glibc.git] / include / struct___timeb64.h
CommitLineData
5d8aa97d
AZ
1#ifndef _STRUCT_TIMEB64_H
2#define _STRUCT_TIMEB64_H
3
4#if __TIMESIZE == 64
5# define __timeb64 timeb
6#else
7struct __timeb64
8{
9 __time64_t time;
10 unsigned short int millitm;
11 short int timezone;
12 short int dstflag;
13};
14#endif
15
16#endif /* _STRUCT_TIMEB64_H */