mailing list of musl libc
 help / color / mirror / code / Atom feed
e1dc85f6a96a6dddabacf2afcacce520d53a7f9a blob 949 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
#define _Addr int
#define _Int64 long long
#define _Reg long long

TYPEDEF __builtin_va_list va_list;
TYPEDEF __builtin_va_list __isoc_va_list;

#ifndef __cplusplus
TYPEDEF long wchar_t;
#endif
TYPEDEF unsigned wint_t;

#if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 2
TYPEDEF long double float_t;
TYPEDEF long double double_t;
#else
TYPEDEF float float_t;
TYPEDEF double double_t;
#endif

TYPEDEF struct { long long __ll; long double __ld; } max_align_t;

TYPEDEF long long time_t;
TYPEDEF long long suseconds_t;

TYPEDEF struct { union { int __i[14]; unsigned long __s[7]; } __u; } pthread_attr_t;
TYPEDEF struct { union { int __i[10]; volatile void *volatile __p[5]; } __u; } __pthread_mutex_t;
TYPEDEF struct { union { int __i[12]; void *__p[6]; } __u; } __pthread_cond_t;
TYPEDEF struct { union { int __i[14]; void *__p[7]; } __u; } pthread_rwlock_t;
TYPEDEF struct { union { int __i[8]; void *__p[4]; } __u; } pthread_barrier_t;
debug log:

solving 02d9e1c ...
found 02d9e1c in https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/
found 8e396c9 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 8e396c970bf9d8d8711e5e86a919e19ea51da7e3	arch/x32/bits/alltypes.h.in

applying [1/1] https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/
diff --git a/arch/x32/bits/alltypes.h.in b/arch/x32/bits/alltypes.h.in\r
index 8e396c9..02d9e1c 100644\r

Checking patch arch/x32/bits/alltypes.h.in...
Applied patch arch/x32/bits/alltypes.h.in cleanly.

index at:
100644 e1dc85f6a96a6dddabacf2afcacce520d53a7f9a	arch/x32/bits/alltypes.h.in

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).