From: Julian Seward Date: Thu, 28 Jun 2012 19:29:01 +0000 (+0000) Subject: Remove an extraneous "extern". X-Git-Tag: svn/VALGRIND_3_8_0~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e556aef75e28f737cbb7fcb64391df4fd6111b;p=thirdparty%2Fvalgrind.git Remove an extraneous "extern". git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12682 --- diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index 0695a66b1a..63326aab5a 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -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,