mailing list of musl libc
 help / color / mirror / code / Atom feed
aff4b8df42dbecc3cf9545942faa0c28bf70522d blob 1156 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
31
32
33
34
35
 
#define _Addr long
#define _Int64 long
#define _Reg long

#define _INTEGER_C(T, X) ((T)+(X))
#define _UINTEGER_C(T, X) ((T)+((X)+0ULL))

TYPEDEF __builtin_va_list va_list;
TYPEDEF __builtin_va_list __isoc_va_list;

#ifndef __cplusplus
TYPEDEF int 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 time_t;
TYPEDEF 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[10]; volatile void *volatile __p[5]; } __u; } mtx_t;
TYPEDEF struct { union { int __i[12]; void *__p[6]; } __u; } pthread_cond_t;
TYPEDEF struct { union { int __i[12]; void *__p[6]; } __u; } cnd_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 aff4b8d ...
found aff4b8d in https://inbox.vuxu.org/musl/1416926886.16006.925.camel@eris.loria.fr/
found 2ce8e4a in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 2ce8e4a5ad2e51a126db29025e52ae84e7dae7bf	arch/x86_64/bits/alltypes.h.in

applying [1/1] https://inbox.vuxu.org/musl/1416926886.16006.925.camel@eris.loria.fr/
diff --git a/arch/x86_64/bits/alltypes.h.in b/arch/x86_64/bits/alltypes.h.in
index 2ce8e4a..aff4b8d 100644

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

index at:
100644 aff4b8df42dbecc3cf9545942faa0c28bf70522d	arch/x86_64/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).