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

Side by Side Diff: fusl/arch/aarch64/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/aarch64/atomic.h ('k') | fusl/arch/aarch64/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 long
2 #define _Int64 long
3 #define _Reg long
4
5 TYPEDEF __builtin_va_list va_list;
6 TYPEDEF __builtin_va_list __isoc_va_list;
7
8 #ifndef __cplusplus
9 TYPEDEF unsigned wchar_t;
10 #endif
11 TYPEDEF unsigned wint_t;
12
13 TYPEDEF int blksize_t;
14 TYPEDEF unsigned int nlink_t;
15
16 TYPEDEF float float_t;
17 TYPEDEF double double_t;
18
19 TYPEDEF struct { long long __ll; long double __ld; } max_align_t;
20
21 TYPEDEF long time_t;
22 TYPEDEF long suseconds_t;
23
24 TYPEDEF struct { union { int __i[14]; volatile int __vi[14]; unsigned long __s[7 ]; } __u; } pthread_attr_t;
25 TYPEDEF struct { union { int __i[10]; volatile int __vi[10]; volatile void *vola tile __p[5]; } __u; } pthread_mutex_t;
26 TYPEDEF struct { union { int __i[10]; volatile int __vi[10]; volatile void *vola tile __p[5]; } __u; } mtx_t;
27 TYPEDEF struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u ; } pthread_cond_t;
28 TYPEDEF struct { union { int __i[12]; volatile int __vi[12]; void *__p[6]; } __u ; } cnd_t;
29 TYPEDEF struct { union { int __i[14]; volatile int __vi[14]; void *__p[7]; } __u ; } pthread_rwlock_t;
30 TYPEDEF struct { union { int __i[8]; volatile int __vi[8]; void *__p[4]; } __u; } pthread_barrier_t;
OLDNEW
« no previous file with comments | « fusl/arch/aarch64/atomic.h ('k') | fusl/arch/aarch64/bits/endian.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698