From 71e01b58c01ef0c49bb7ee0b4a794cbd5a52a7d3 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Feb 1987 10:56:16 +0000 Subject: [PATCH] Initial revision --- include/_tail_mon/sys/timeb.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/_tail_mon/sys/timeb.h diff --git a/include/_tail_mon/sys/timeb.h b/include/_tail_mon/sys/timeb.h new file mode 100644 index 000000000..663112424 --- /dev/null +++ b/include/_tail_mon/sys/timeb.h @@ -0,0 +1,6 @@ +struct timeb { + time_t time; + u_short millitm; + short timezone; + short dstflag; +}; -- 2.34.1