|
From: Nicholas N. <nj...@ca...> - 2004-10-14 14:25:03
|
CVS commit by nethercote: Remove duplicate declaration. M +0 -5 ume.h 1.12 --- valgrind/coregrind/ume.h #1.11:1.12 @@ -61,9 +61,4 @@ extern void *ume_exec_esp; /* esp on ent void jmp_with_stack(addr_t ip, addr_t sp) __attribute__((noreturn)); -void foreach_map(int (*fn)(char *start, char *end, - const char *perm, off_t offset, - int maj, int min, int ino, void* extra), - void* extra); - /*------------------------------------------------------------*/ /*--- Loading ELF files ---*/ |