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

#define __BYTE_ORDER 1234
#define __LONG_MAX 0x7fffffffffffffffL

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

#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;
debug log:

solving 748ff632 ...
found 748ff632 in https://inbox.vuxu.org/musl/20220111002518.178068-1-heinrich.schuchardt@canonical.com/
found 5cd8a299 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 5cd8a2997f626fe743518fadc3a9c59991c0ddff	arch/x86_64/bits/alltypes.h.in

applying [1/1] https://inbox.vuxu.org/musl/20220111002518.178068-1-heinrich.schuchardt@canonical.com/
diff --git a/arch/x86_64/bits/alltypes.h.in b/arch/x86_64/bits/alltypes.h.in
index 5cd8a299..748ff632 100644

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

index at:
100644 748ff6321cedaa69c488c15ef6d1fa8caee01d08	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).