Commit d98c89de by Danny Smith Committed by Danny Smith

libgcc2.c [L_trampoline]: Remove unnecessary prototype for

	Windows VirtualProtect function.

From-SVN: r134330
parent 05e6ff80
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.
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment