Kaynağa Gözat

Initial revision

ceriel 37 yıl önce
ebeveyn
işleme
5bf0a04c21
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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;
+};