File tree Expand file tree Collapse file tree 4 files changed +8
-24
lines changed
system/lib/libc/musl/arch/emscripten/bits Expand file tree Collapse file tree 4 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -93,18 +93,6 @@ typedef struct { union { int __i[10]; volatile int __vi[10]; unsigned long __s[1
93
93
#endif
94
94
95
95
96
- // TODO(kleisauke): Remove these two typedefs.
97
- #if defined(__NEED_pthread_mutex_t ) && !defined(__DEFINED_pthread_mutex_t )
98
- typedef struct { union { int __i [6 ]; volatile int __vi [6 ]; volatile void * /*volatile*/ __p [6 ]; } __u ; } pthread_mutex_t ;
99
- #define __DEFINED_pthread_mutex_t
100
- #endif
101
-
102
- #if defined(__NEED_mtx_t ) && !defined(__DEFINED_mtx_t )
103
- typedef struct { union { int __i [6 ]; volatile int __vi [6 ]; volatile void * /*volatile*/ __p [6 ]; } __u ; } mtx_t ;
104
- #define __DEFINED_mtx_t
105
- #endif
106
-
107
-
108
96
// END EMSCRIPTEN-SPECIFIC DEFINITIONS
109
97
//
110
98
// Below here are the shared musl definitions. The emscripten-specific definitions above will take precedence
Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ TYPEDEF struct { alignas(8) long long __ll; long double __ld; } max_align_t;
37
37
// to pass a pointer to a string denoting the WebGL canvases to transfer.
38
38
TYPEDEF struct { union { int __i [10 ]; volatile int __vi [10 ]; unsigned long __s [10 ]; } __u ; const char * _a_transferredcanvases ; } pthread_attr_t ;
39
39
40
- // TODO(kleisauke): Remove these two typedefs.
41
- TYPEDEF struct { union { int __i [6 ]; volatile int __vi [6 ]; volatile void * /*volatile*/ __p [6 ]; } __u ; } pthread_mutex_t ;
42
- TYPEDEF struct { union { int __i [6 ]; volatile int __vi [6 ]; volatile void * /*volatile*/ __p [6 ]; } __u ; } mtx_t ;
43
-
44
40
// END EMSCRIPTEN-SPECIFIC DEFINITIONS
45
41
//
46
42
// Below here are the shared musl definitions. The emscripten-specific definitions above will take precedence
Original file line number Diff line number Diff line change 1
1
{
2
2
"a.out.js" : 7529 ,
3
3
"a.out.js.gz" : 3720 ,
4
- "a.out.nodebug.wasm" : 19590 ,
5
- "a.out.nodebug.wasm.gz" : 9031 ,
6
- "total" : 27119 ,
7
- "total_gz" : 12751 ,
4
+ "a.out.nodebug.wasm" : 19588 ,
5
+ "a.out.nodebug.wasm.gz" : 9025 ,
6
+ "total" : 27117 ,
7
+ "total_gz" : 12745 ,
8
8
"sent" : [
9
9
" a (memory)" ,
10
10
" b (emscripten_get_now)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"a.out.js" : 7956 ,
3
3
"a.out.js.gz" : 3920 ,
4
- "a.out.nodebug.wasm" : 19591 ,
5
- "a.out.nodebug.wasm.gz" : 9031 ,
6
- "total" : 27547 ,
7
- "total_gz" : 12951 ,
4
+ "a.out.nodebug.wasm" : 19589 ,
5
+ "a.out.nodebug.wasm.gz" : 9025 ,
6
+ "total" : 27545 ,
7
+ "total_gz" : 12945 ,
8
8
"sent" : [
9
9
" a (memory)" ,
10
10
" b (emscripten_get_now)" ,
You can’t perform that action at this time.
0 commit comments