mailing list of musl libc
 help / color / mirror / code / Atom feed
e34e4454060212f2457980f1fb3f48b5ea6ce3e3 blob 562 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
typedef int32_t  int_fast16_t;
typedef int32_t  int_fast32_t;
typedef uint32_t uint_fast16_t;
typedef uint32_t uint_fast32_t;

#define INT_FAST16_MIN  INT32_MIN
#define INT_FAST32_MIN  INT32_MIN

#define INT_FAST16_MAX  INT32_MAX
#define INT_FAST32_MAX  INT32_MAX

#define UINT_FAST16_MAX UINT32_MAX
#define UINT_FAST32_MAX UINT32_MAX

#define INTPTR_MIN      INT64_MIN
#define INTPTR_MAX      INT64_MAX
#define UINTPTR_MAX     UINT64_MAX
#define PTRDIFF_MIN     INT64_MIN
#define PTRDIFF_MAX     INT64_MAX
#define SIZE_MAX        UINT64_MAX
debug log:

solving 60c12499 ...
found 60c12499 in https://inbox.vuxu.org/musl/4cb6e3a.2f0.18b0d3f81eb.Coremail.huajingyun@loongson.cn/ ||
	https://inbox.vuxu.org/musl/20240125174353.GW22081@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/3838b2d6-8330-33b5-fd87-8af3404a29dc@loongson.cn/ ||
	https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/ ||
	https://inbox.vuxu.org/musl/a5e11238-0da1-7ce2-c61b-11980a430f1d@loongson.cn/ ||
	https://inbox.vuxu.org/musl/7aad7a07-9762-3d62-a8c2-4cdf860a7dcb@loongson.cn/

applying [1/6] https://inbox.vuxu.org/musl/4cb6e3a.2f0.18b0d3f81eb.Coremail.huajingyun@loongson.cn/
diff --git a/arch/loongarch64/bits/stdint.h b/arch/loongarch64/bits/stdint.h\r
new file mode 100644\r
index 00000000..60c12499\r

1:7: trailing whitespace.
typedef int32_t  int_fast16_t;\r
1:8: trailing whitespace.
typedef int32_t  int_fast32_t;\r
1:9: trailing whitespace.
typedef uint32_t uint_fast16_t;\r
1:10: trailing whitespace.
typedef uint32_t uint_fast32_t;\r
1:11: trailing whitespace.
\r
Checking patch arch/loongarch64/bits/stdint.h...
Applied patch arch/loongarch64/bits/stdint.h cleanly.
warning: squelched 15 whitespace errors
warning: 20 lines add whitespace errors.

skipping https://inbox.vuxu.org/musl/20240125174353.GW22081@brightrain.aerifal.cx/ for 60c12499
skipping https://inbox.vuxu.org/musl/3838b2d6-8330-33b5-fd87-8af3404a29dc@loongson.cn/ for 60c12499
skipping https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/ for 60c12499
skipping https://inbox.vuxu.org/musl/a5e11238-0da1-7ce2-c61b-11980a430f1d@loongson.cn/ for 60c12499
skipping https://inbox.vuxu.org/musl/7aad7a07-9762-3d62-a8c2-4cdf860a7dcb@loongson.cn/ for 60c12499
index at:
100644 e34e4454060212f2457980f1fb3f48b5ea6ce3e3	arch/loongarch64/bits/stdint.h

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).