Usermode/ld-acess - Large cleanup to ELF dynamic linking
[tpg/acess2.git] / KernelLand / Kernel / bin / elf.c
index 7f65d89..7998d86 100644 (file)
@@ -15,8 +15,8 @@
 #if BITS <= 32\r
 # define DISABLE_ELF64\r
 #endif\r
-static int     GetSymbol(const char *Name, void **Value, size_t *Size);\r
-static int     GetSymbol(const char *Name, void **Value, size_t *Size) {\r
+static int     GetSymbol(const char *Name, void **Value, size_t *Size, void *IgnoreBase);\r
+static int     GetSymbol(const char *Name, void **Value, size_t *Size, void *IgnoreBase) {\r
        Uint val;\r
        if(!Binary_GetSymbol(Name, &val)) {\r
                Log_Notice("ELF", "Lookup of '%s' failed", Name);\r

UCC git Repository :: git.ucc.asn.au