瀏覽代碼

Initial revision

ceriel 37 年之前
父節點
當前提交
5bf0a04c21
共有 1 個文件被更改,包括 6 次插入0 次删除
  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;
+};