make_hatch() is called from l_lx_sep86.asm, so cannot be 'static'

committer: jreiser <jreiser> 1108850437 +0000
This commit is contained in:
John Reiser
2005-02-19 22:00:37 +00:00
parent dbf0c9f016
commit f5795eb01b
+1 -1
View File
@@ -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) {