mailing list of musl libc
 help / color / mirror / code / Atom feed
38db62579df093553835242edd2213cf80e99482 blob 503 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
 
#ifndef __STDC_VERSION_STDARG_H__
#define __STDC_VERSION_STDARG_H__ 202311L

#ifdef __cplusplus
extern "C" {
#endif

#define __NEED_va_list

#include <bits/alltypes.h>

#define va_start(...) __va_start1(__VA_ARGS__ , 0, )
#define __va_start1(...) __va_start2(__VA_ARGS__)
#define __va_start2(v, l, ...) __builtin_va_start(v, l)

#define va_end(v)       __builtin_va_end(v)
#define va_arg(v,l)     __builtin_va_arg(v,l)
#define va_copy(d,s)    __builtin_va_copy(d,s)

#ifdef __cplusplus
}
#endif

#endif
debug log:

solving 38db6257 ...
found 38db6257 in https://inbox.vuxu.org/musl/57b76f7276b3aacb71d91e08af12b705630e947b.1685522953.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/201523a466d22fe81ce15f884e3d404be9a32f8c.1684932861.git.Jens.Gustedt@inria.fr/
found 3256f805 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 3256f805001912e46a0cfdc23a8513bc6388de01	include/stdarg.h

applying [1/2] https://inbox.vuxu.org/musl/57b76f7276b3aacb71d91e08af12b705630e947b.1685522953.git.Jens.Gustedt@inria.fr/
diff --git a/include/stdarg.h b/include/stdarg.h
index 3256f805..38db6257 100644

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

skipping https://inbox.vuxu.org/musl/201523a466d22fe81ce15f884e3d404be9a32f8c.1684932861.git.Jens.Gustedt@inria.fr/ for 38db6257
index at:
100644 38db62579df093553835242edd2213cf80e99482	include/stdarg.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).