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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#include "libc.h"
#include <stdint.h>

static void dummy(void) {}
weak_alias(dummy, __restrict_segments);
static void dummy1(int argc, char ***argvp, char ***envpp) {}
weak_alias(dummy1, __sep_stack_seg_init);

__attribute__((__visibility__("hidden")))
uintptr_t __safestack_addr_hint(size_t size)
{
	return 0;
}
debug log:

solving fe665e3 ...
found fe665e3 in https://inbox.vuxu.org/musl/390CE752059EB848A71F4F676EBAB76D3AC298BC@ORSMSX114.amr.corp.intel.com/

applying [1/1] https://inbox.vuxu.org/musl/390CE752059EB848A71F4F676EBAB76D3AC298BC@ORSMSX114.amr.corp.intel.com/
diff --git a/src/internal/separate_stack_seg.c b/src/internal/separate_stack_seg.c
new file mode 100644
index 0000000..fe665e3

Checking patch src/internal/separate_stack_seg.c...
Applied patch src/internal/separate_stack_seg.c cleanly.

index at:
100644 fe665e39f963ed91b6cbbb7589fedb0c0847d4de	src/internal/separate_stack_seg.c

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