|
From: <sv...@va...> - 2012-06-28 19:29:15
|
sewardj 2012-06-28 20:29:01 +0100 (Thu, 28 Jun 2012)
New Revision: 12682
Log:
Remove an extraneous "extern".
Modified files:
trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: trunk/coregrind/m_aspacemgr/aspacemgr-linux.c (+1 -1)
===================================================================
--- trunk/coregrind/m_aspacemgr/aspacemgr-linux.c 2012-06-28 19:40:43 +01:00 (rev 12681)
+++ trunk/coregrind/m_aspacemgr/aspacemgr-linux.c 2012-06-28 20:29:01 +01:00 (rev 12682)
@@ -2603,7 +2603,7 @@
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,
|