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

Side by Side Diff: fusl/arch/x32/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/x32/atomic.h ('k') | fusl/arch/x32/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 long long
4
5 TYPEDEF __builtin_va_list va_list;
6 TYPEDEF __builtin_va_list __isoc_va_list;
7
8 #ifndef __cplusplus
9 TYPEDEF long wchar_t;
10 #endif
11
12 #if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 2
13 TYPEDEF long double float_t;
14 TYPEDEF long double double_t;
15 #else
16 TYPEDEF float float_t;
17 TYPEDEF double double_t;
18 #endif
19
20 TYPEDEF struct { long long __ll; long double __ld; } max_align_t;
21
22 TYPEDEF long long time_t;
23 TYPEDEF long long suseconds_t;
24
25 TYPEDEF struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __ u; } pthread_attr_t;
26 TYPEDEF struct { union { int __i[6]; volatile int __vi[6]; volatile void *volati le __p[6]; } __u; } pthread_mutex_t;
27 TYPEDEF struct { union { int __i[6]; volatile int __vi[6]; volatile void *volati le __p[6]; } __u; } mtx_t;
28 TYPEDEF struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __ u; } pthread_cond_t;
29 TYPEDEF struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __ u; } cnd_t;
30 TYPEDEF struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
31 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/x32/atomic.h ('k') | fusl/arch/x32/bits/endian.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698