diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2008-04-15 19:44:16 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@gcc.gnu.org> | 2008-04-15 19:44:16 +0000 |
commit | d98c89de9bb0530cb4aeb91771d88b82bce5dba1 (patch) | |
tree | b0a71a5cf61a5ed6afe3feba3ddecf23a8c50f79 /gcc/libgcc2.c | |
parent | 05e6ff800954c29574733306d4d90cdac37213af (diff) | |
download | gcc-d98c89de9bb0530cb4aeb91771d88b82bce5dba1.zip gcc-d98c89de9bb0530cb4aeb91771d88b82bce5dba1.tar.gz gcc-d98c89de9bb0530cb4aeb91771d88b82bce5dba1.tar.bz2 |
libgcc2.c [L_trampoline]: Remove unnecessary prototype for
Windows VirtualProtect function.
From-SVN: r134330
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index ec1f810..f8e442d 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -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) { |