Initial revision
This commit is contained in:
parent
1706552f25
commit
71e01b58c0
1 changed files with 6 additions and 0 deletions
6
include/_tail_mon/sys/timeb.h
Normal file
6
include/_tail_mon/sys/timeb.h
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
struct timeb {
|
||||||
|
time_t time;
|
||||||
|
u_short millitm;
|
||||||
|
short timezone;
|
||||||
|
short dstflag;
|
||||||
|
};
|
Loading…
Reference in a new issue