ceriel 37 éve
szülő
commit
5bf0a04c21
1 módosított fájl, 6 hozzáadás és 0 törlés
  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;
+};