mailing list of musl libc
 help / color / mirror / code / Atom feed
bd062a859f1e2a3992df8ad10b06eb97ca4247be blob 1094 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
 
#define _Addr int
#define _Int64 long long
#define _Reg int

TYPEDEF __builtin_va_list va_list;
TYPEDEF __builtin_va_list __isoc_va_list;

#ifndef __cplusplus
TYPEDEF int wchar_t;
#endif

TYPEDEF float float_t;
TYPEDEF double double_t;

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

TYPEDEF long time_t;
TYPEDEF long suseconds_t;

TYPEDEF long daddr_t;

TYPEDEF struct { union { int __i[9]; volatile int __vi[9]; unsigned __s[9]; } __u; } pthread_attr_t;
TYPEDEF struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
TYPEDEF struct { union { int __i[6]; volatile int __vi[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
TYPEDEF struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } pthread_cond_t;
TYPEDEF struct { union { int __i[12]; volatile int __vi[12]; void *__p[12]; } __u; } cnd_t;
TYPEDEF struct { union { int __i[8]; volatile int __vi[8]; void *__p[8]; } __u; } pthread_rwlock_t;
TYPEDEF struct { union { int __i[5]; volatile int __vi[5]; void *__p[5]; } __u; } pthread_barrier_t;
debug log:

solving bd062a85 ...
found bd062a85 in https://inbox.vuxu.org/musl/20190607051444.20316-1-petr.vorel@gmail.com/
found 66ca18ad in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 66ca18ad61af9e0c327868f74e49fdd2c7951047	arch/mips/bits/alltypes.h.in

applying [1/1] https://inbox.vuxu.org/musl/20190607051444.20316-1-petr.vorel@gmail.com/
diff --git a/arch/mips/bits/alltypes.h.in b/arch/mips/bits/alltypes.h.in
index 66ca18ad..bd062a85 100644

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

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