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

#if __ARMEB__
#define __BYTE_ORDER 4321
#else
#define __BYTE_ORDER 1234
#endif

#define __LONG_MAX 0x7fffffffL

#ifndef __cplusplus
#ifdef __WCHAR_TYPE__
TYPEDEF __WCHAR_TYPE__ wchar_t;
#else
TYPEDEF unsigned wchar_t;
#endif
#endif

TYPEDEF float float_t;
TYPEDEF double double_t;

TYPEDEF struct { long long __ll; long double __ld; } max_align_t;
debug log:

solving 9596466b ...
found 9596466b in https://inbox.vuxu.org/musl/20220111002518.178068-1-heinrich.schuchardt@canonical.com/
found d62bd7bd in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d62bd7bde666531941e4c44d2d4aa8cebc792bcf	arch/arm/bits/alltypes.h.in

applying [1/1] https://inbox.vuxu.org/musl/20220111002518.178068-1-heinrich.schuchardt@canonical.com/
diff --git a/arch/arm/bits/alltypes.h.in b/arch/arm/bits/alltypes.h.in
index d62bd7bd..9596466b 100644

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

index at:
100644 9596466b060eefb28683873c4604b271c8b708e7	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).