mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Remove an extraneous "extern".
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12682
This commit is contained in:
parent
241b6776ba
commit
22e556aef7
@ -2603,7 +2603,7 @@ SysRes VG_(am_mmap_file_float_valgrind) ( SizeT length, UInt prot,
|
||||
fd, offset );
|
||||
}
|
||||
|
||||
extern SysRes VG_(am_shared_mmap_file_float_valgrind)
|
||||
SysRes VG_(am_shared_mmap_file_float_valgrind)
|
||||
( SizeT length, UInt prot, Int fd, Off64T offset )
|
||||
{
|
||||
return VG_(am_mmap_file_float_valgrind_flags) (length, prot,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user