diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-15 19:44:16 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-15 19:44:16 +0000 |
commit | c5aaf380f1298b1e15d9f08da9d27efc4d9580f3 (patch) | |
tree | b0a71a5cf61a5ed6afe3feba3ddecf23a8c50f79 /gcc/libgcc2.c | |
parent | 05db9fcb48ebd217a5e14395d71eb12875b0b737 (diff) | |
download | gcc-c5aaf380f1298b1e15d9f08da9d27efc4d9580f3.tar.gz |
libgcc2.c [L_trampoline]: Remove unnecessary prototype for
Windows VirtualProtect function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134330 138bc75d-0d04-0410-961f-82ee72b054a4
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 ec1f81008bd..f8e442d8537 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) { |