mailing list of musl libc
 help / color / mirror / code / Atom feed
8ae8a30d5b32233d51c03f456356db7c297402f4 blob 196 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#ifndef	_ALLOCA_H
#define	_ALLOCA_H

#ifdef __cplusplus
extern "C" {
#endif

#define	__NEED_size_t
#include <bits/alltypes.h>

#define alloca __builtin_alloca

#ifdef __cplusplus
}
#endif

#endif
debug log:

solving 8ae8a30d ...
found 8ae8a30d in https://inbox.vuxu.org/musl/20191119040459.11143-1-mforney@mforney.org/
found d2e6f1c6 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d2e6f1c681eebba9b016df23d2e2fb7a54f5942a	include/alloca.h

applying [1/1] https://inbox.vuxu.org/musl/20191119040459.11143-1-mforney@mforney.org/
diff --git a/include/alloca.h b/include/alloca.h
index d2e6f1c6..8ae8a30d 100644

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

index at:
100644 8ae8a30d5b32233d51c03f456356db7c297402f4	include/alloca.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).