mailing list of musl libc
 help / color / mirror / code / Atom feed
94364e80f7d3e907ef104cb3e9a3d517f95dd6e1 blob 2190 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
 
TYPEDEF unsigned _Addr size_t;
TYPEDEF unsigned _Addr uintptr_t;
TYPEDEF _Addr ptrdiff_t;
TYPEDEF _Addr ssize_t;
TYPEDEF _Addr intptr_t;
TYPEDEF _Addr regoff_t;
TYPEDEF _Reg register_t;

TYPEDEF signed char     int8_t;
TYPEDEF short           int16_t;
TYPEDEF int             int32_t;
TYPEDEF _Int64          int64_t;
TYPEDEF _Int64          intmax_t;
TYPEDEF unsigned char   uint8_t;
TYPEDEF unsigned short  uint16_t;
TYPEDEF unsigned int    uint32_t;
TYPEDEF unsigned _Int64 uint64_t;
TYPEDEF unsigned _Int64 u_int64_t;
TYPEDEF unsigned _Int64 uintmax_t;

TYPEDEF unsigned mode_t;
TYPEDEF unsigned _Reg nlink_t;
TYPEDEF _Int64 off_t;
TYPEDEF unsigned _Int64 ino_t;
TYPEDEF unsigned _Int64 dev_t;
TYPEDEF long blksize_t;
TYPEDEF _Int64 blkcnt_t;
TYPEDEF unsigned _Int64 fsblkcnt_t;
TYPEDEF unsigned _Int64 fsfilcnt_t;

TYPEDEF unsigned long wctype_t;

TYPEDEF void * timer_t;
TYPEDEF int clockid_t;
TYPEDEF long clock_t;
STRUCT timeval { time_t tv_sec; suseconds_t tv_usec; };
STRUCT timespec { time_t tv_sec; long tv_nsec; };

TYPEDEF int pid_t;
TYPEDEF unsigned id_t;
TYPEDEF unsigned uid_t;
TYPEDEF unsigned gid_t;
TYPEDEF int key_t;
TYPEDEF unsigned useconds_t;

/* The pairs of equivalent definitions for pthread and C thread types
 * should always be kept in sync. */
#ifdef __cplusplus
TYPEDEF unsigned long pthread_t;
TYPEDEF unsigned long thrd_t;
#else
TYPEDEF struct __pthread * pthread_t;
TYPEDEF struct __pthread * thrd_t;
#endif
TYPEDEF int pthread_once_t;
TYPEDEF int once_flag;
TYPEDEF unsigned pthread_key_t;
TYPEDEF unsigned tss_t;

TYPEDEF pthread_cond_t cnd_t;
TYPEDEF pthread_mutex_t mtx_t;

TYPEDEF int pthread_spinlock_t;
TYPEDEF struct { unsigned __attr; } pthread_mutexattr_t;
TYPEDEF struct { unsigned __attr; } pthread_condattr_t;
TYPEDEF struct { unsigned __attr; } pthread_barrierattr_t;
TYPEDEF struct { unsigned __attr[2]; } pthread_rwlockattr_t;

TYPEDEF struct _IO_FILE FILE;

TYPEDEF struct __locale_struct * locale_t;

TYPEDEF struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;

STRUCT iovec { void *iov_base; size_t iov_len; };

TYPEDEF unsigned socklen_t;
TYPEDEF unsigned short sa_family_t;

#undef _Addr
#undef _Int64
#undef _Reg
debug log:

solving 94364e8 ...
found 94364e8 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 c4ca5d5 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 c4ca5d5254a9d8f6ac0ed432f0c6fd659e0cf40e	include/alltypes.h.in

applying [1/2] https://inbox.vuxu.org/musl/cb03e88ca7f717c106c0aa7283202fd2f7c7f327.1409524413.git.Jens.Gustedt@inria.fr/
diff --git a/include/alltypes.h.in b/include/alltypes.h.in
index c4ca5d5..94364e8 100644

Checking patch include/alltypes.h.in...
Applied patch include/alltypes.h.in cleanly.

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