fix and test

This commit is contained in:
Paul Sajna
2018-03-09 05:18:21 -08:00
parent e99857d125
commit 4d4ab1a75f
6 changed files with 31 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
typedef struct {
time_t tv_sec;
long tv_nsec;
} timespec;