Initial revision
This commit is contained in:
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;
|
||||
};
|
||||
Reference in New Issue
Block a user