libgcc2.c [L_trampoline]: Remove unnecessary prototype for
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 15 Apr 2008 19:44:16 +0000 (19:44 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Tue, 15 Apr 2008 19:44:16 +0000 (19:44 +0000)
Windows VirtualProtect function.

From-SVN: r134330

gcc/ChangeLog
gcc/libgcc2.c

index 903ae6dd57ea990b051f8a543be7d8106b9caa22..eae2c9edf72c6608d5030013417b1584615c621b 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
+       * libgcc2.c [L_trampoline]: Remove  unnecessary prototype for
+       MS Windows VirtualProtect function.
+
 2008-04-15  Jan Hubicka  <jh@suse.cz>
 
        * gengtype.c (write_root): Param_is argument is OK.
index ec1f81008bd1e6f1ed590c47b5ca2c53d3dfaf7b..f8e442d8537ac626c4d5b8bc9c4ae6ac747ac1c9 100644 (file)
@@ -2058,10 +2058,6 @@ getpagesize (void)
 #endif
 }
 
-#ifdef __i386__
-extern int VirtualProtect (char *, int, int, int *) __attribute__((stdcall));
-#endif
-
 int
 mprotect (char *addr, int len, int prot)
 {