Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: fusl/arch/mips/bits/alltypes.h.in

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fusl/arch/mips/atomic.h ('k') | fusl/arch/mips/bits/endian.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #define _Addr int
2 #define _Int64 long long
3 #define _Reg int
4
5 TYPEDEF __builtin_va_list va_list;
6 TYPEDEF __builtin_va_list __isoc_va_list;
7
8 #ifndef __cplusplus
9 TYPEDEF int wchar_t;
10 #endif
11
12 TYPEDEF float float_t;
13 TYPEDEF double double_t;
14
15 TYPEDEF struct { long long __ll; long double __ld; } max_align_t;
16
17 TYPEDEF long time_t;
18 TYPEDEF long suseconds_t;
19
20 TYPEDEF struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __ u; } pthread_attr_t;
21 TYPEDEF struct { union { int __i[6]; volatile int __vi[6]; volatile void *volati le __p[6]; } __u; } pthread_mutex_t;
22 TYPEDEF struct { union { int __i[6]; volatile int __vi[6]; volatile void *volati le __p[6]; } __u; } mtx_t;
23 TYPEDEF struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __ u; } pthread_cond_t;
24 TYPEDEF struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __ u; } cnd_t;
25 TYPEDEF struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
26 TYPEDEF struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
OLDNEW
« no previous file with comments | « fusl/arch/mips/atomic.h ('k') | fusl/arch/mips/bits/endian.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698