mailing list of musl libc
 help / color / mirror / code / Atom feed
c0169c7cd12a2f3d4d1fb5716e8bc7da0e30a807 blob 1285 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
36
37
38
 
#define _Addr long
#define _Int64 long
#define _Reg long

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;

/* 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[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]; unsigned long __s[7]; } __u; } pthread_attr_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 c0169c7 ...
found c0169c7 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 7b4f3e7 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 7b4f3e7208207856fda2b8d98d9af748269ded5a	arch/x86_64/bits/alltypes.h.in

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

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

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