From f5795eb01b40cd109a5c485132c14a39ed2a570c Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sat, 19 Feb 2005 22:00:37 +0000 Subject: [PATCH] make_hatch() is called from l_lx_sep86.asm, so cannot be 'static' committer: jreiser 1108850437 +0000 --- src/stub/l_lx_sep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/l_lx_sep.c b/src/stub/l_lx_sep.c index 928d3283..a259b5b9 100644 --- a/src/stub/l_lx_sep.c +++ b/src/stub/l_lx_sep.c @@ -196,7 +196,7 @@ ERR_LAB // Create (or find) an escape hatch to use when munmapping ourselves the stub. // Called by do_xmap to create it, and by assembler code to find it. -static void * +void * make_hatch(Elf32_Phdr const *const phdr) { if (phdr->p_type==PT_LOAD && phdr->p_flags & PF_X) {