Add statvfs and strtold

This commit is contained in:
Jeremy Soller
2018-12-14 12:00:21 -07:00
parent 0d2332d368
commit 74af56d71b
12 changed files with 157 additions and 0 deletions
+3
View File
@@ -21,6 +21,9 @@ typedef int clockid_t;
typedef void* timer_t;
typedef unsigned long int blkcnt_t;
typedef unsigned long int fsblkcnt_t;
typedef unsigned long int fsfilcnt_t;
typedef unsigned char u_char, uchar;
typedef unsigned short u_short, ushort;
typedef unsigned int u_int, uint;