mailing list of musl libc
 help / color / mirror / code / Atom feed
893126dc2a449dc2131a0734c6502560d4ef528b blob 283 bytes (raw)

1
2
3
4
5
6
7
8
 
#ifndef __STDC_VERSION_STDCKDINT_H__
#define __STDC_VERSION_STDCKDINT_H__ 202311L

#define ckd_add(R, A, B) __builtin_add_overflow ((A), (B), (R))
#define ckd_sub(R, A, B) __builtin_sub_overflow ((A), (B), (R))
#define ckd_mul(R, A, B) __builtin_mul_overflow ((A), (B), (R))

#endif
debug log:

solving 893126dc ...
found 893126dc in https://inbox.vuxu.org/musl/79def28bf17f50810811da4fb0cfa0e2bd2af5bd.1684933006.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/323b1aaf4c7e31010ead4eae127d0d580f319ce6.1685535458.git.Jens.Gustedt@inria.fr/

applying [1/2] https://inbox.vuxu.org/musl/79def28bf17f50810811da4fb0cfa0e2bd2af5bd.1684933006.git.Jens.Gustedt@inria.fr/
diff --git a/include/stdckdint.h b/include/stdckdint.h
new file mode 100644
index 00000000..893126dc

Checking patch include/stdckdint.h...
Applied patch include/stdckdint.h cleanly.

skipping https://inbox.vuxu.org/musl/323b1aaf4c7e31010ead4eae127d0d580f319ce6.1685535458.git.Jens.Gustedt@inria.fr/ for 893126dc
index at:
100644 893126dc2a449dc2131a0734c6502560d4ef528b	include/stdckdint.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).