File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
system/lib/libc/musl/arch/emscripten/bits Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,11 @@ typedef unsigned int dev_t;
43
43
#define __DEFINED_dev_t
44
44
#endif
45
45
46
- #if defined(__NEED_fsblkcnt_t ) && !defined(__DEFINED_fsblkcnt_t )
47
- typedef unsigned int fsblkcnt_t ;
48
- #define __DEFINED_fsblkcnt_t
49
- #endif
50
-
51
46
#if defined(__NEED_suseconds_t ) && !defined(__DEFINED_suseconds_t )
52
47
typedef int suseconds_t ;
53
48
#define __DEFINED_suseconds_t
54
49
#endif
55
50
56
- #if defined(__NEED_fsfilcnt_t ) && !defined(__DEFINED_fsfilcnt_t )
57
- typedef unsigned int fsfilcnt_t ;
58
- #define __DEFINED_fsfilcnt_t
59
- #endif
60
-
61
51
#if defined(__NEED_wctype_t ) && !defined(__DEFINED_wctype_t )
62
52
typedef unsigned int wctype_t ;
63
53
#define __DEFINED_wctype_t
Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ TYPEDEF int blkcnt_t;
19
19
TYPEDEF int blksize_t ;
20
20
TYPEDEF int clock_t ;
21
21
TYPEDEF unsigned int dev_t ;
22
- TYPEDEF unsigned int fsblkcnt_t ;
23
22
TYPEDEF int suseconds_t ;
24
- TYPEDEF unsigned int fsfilcnt_t ;
25
23
TYPEDEF unsigned int wctype_t ;
26
24
27
25
TYPEDEF float float_t ;
You can’t perform that action at this time.
0 commit comments