Initial revision
This commit is contained in:
parent
3ef739b3e6
commit
5bf0a04c21
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…
x
Reference in New Issue
Block a user