mailing list of musl libc
 help / color / mirror / code / Atom feed
1dcb920fcf63bd7f4b4897586b3ddb1b5a8ff0ec blob 1153 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
 
#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 unsigned wchar_t;
#endif
TYPEDEF unsigned wint_t;

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;

/* The pairs of equivalent definitions for pthread and C thread types
 * should always be kept in sync.
 *
 * Also this only works because the underlying struct has no struct
 * tag. Don't introduce one. */
TYPEDEF struct { union { int __i[6]; volatile void *volatile __p[6]; } __u; } pthread_mutex_t;
TYPEDEF struct { union { int __i[6]; volatile void *volatile __p[6]; } __u; } mtx_t;
TYPEDEF struct { union { int __i[12]; void *__p[12]; } __u; } pthread_cond_t;
TYPEDEF struct { union { int __i[12]; void *__p[12]; } __u; } cnd_t;

TYPEDEF struct { union { int __i[9]; unsigned __s[9]; } __u; } pthread_attr_t;
TYPEDEF struct { union { int __i[8]; void *__p[8]; } __u; } pthread_rwlock_t;
TYPEDEF struct { union { int __i[5]; void *__p[5]; } __u; } pthread_barrier_t;
debug log:

solving 1dcb920 ...
found 1dcb920 in https://inbox.vuxu.org/musl/cb03e88ca7f717c106c0aa7283202fd2f7c7f327.1409524413.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/cb03e88ca7f717c106c0aa7283202fd2f7c7f327.1409423162.git.Jens.Gustedt@inria.fr/
found 183c4c4 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 183c4c41e6857e7e8bf60c4654d6871d74c0f36d	arch/arm/bits/alltypes.h.in

applying [1/2] https://inbox.vuxu.org/musl/cb03e88ca7f717c106c0aa7283202fd2f7c7f327.1409524413.git.Jens.Gustedt@inria.fr/
diff --git a/arch/arm/bits/alltypes.h.in b/arch/arm/bits/alltypes.h.in
index 183c4c4..1dcb920 100644

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

skipping https://inbox.vuxu.org/musl/cb03e88ca7f717c106c0aa7283202fd2f7c7f327.1409423162.git.Jens.Gustedt@inria.fr/ for 1dcb920
index at:
100644 1dcb920fcf63bd7f4b4897586b3ddb1b5a8ff0ec	arch/arm/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).