ceriel 37 anni fa
parent
commit
5bf0a04c21
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      include/_tail_mon/sys/timeb.h

+ 6 - 0
include/_tail_mon/sys/timeb.h

@@ -0,0 +1,6 @@
+struct timeb {
+	time_t	time;
+	u_short	millitm;
+	short	timezone;
+	short	dstflag;
+};