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
+8
View File
@@ -24,4 +24,12 @@ typedef long time_t;
typedef int useconds_t;
typedef long suseconds_t;
typedef long clock_t;
typedef int clockid_t;
typedef void* timer_t;
#endif /* _SYS_TYPES_H */