mailing list of musl libc
 help / color / mirror / code / Atom feed
649d7d74d0c735496f5c7a719f53bebcdbd0ec59 blob 312 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
 || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
// The WebAssembly fixed page size is 64KiB
#define PAGE_SIZE 65536
#define LONG_BIT (__SIZEOF_LONG__*8)
#endif

#define LONG_MAX  __LONG_MAX__
#define LLONG_MAX __LONG_LONG_MAX__
debug log:

solving 649d7d74 ...
found 649d7d74 in https://inbox.vuxu.org/musl/VI1PR0502MB38851CB41BB1DA99B673004EE73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/

applying [1/1] https://inbox.vuxu.org/musl/VI1PR0502MB38851CB41BB1DA99B673004EE73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
diff --git a/arch/wasm/bits/limits.h b/arch/wasm/bits/limits.h
new file mode 100644
index 00000000..649d7d74

Checking patch arch/wasm/bits/limits.h...
Applied patch arch/wasm/bits/limits.h cleanly.

index at:
100644 649d7d74d0c735496f5c7a719f53bebcdbd0ec59	arch/wasm/bits/limits.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).