* libgcc2.c (L_trampoline): Prototype for getpagesize
and mprotect in WINNT case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152139
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-09-24 Kai Tietz <kai.tietz@onevision.com>
+
+ * libgcc2.c (L_trampoline): Prototype for getpagesize
+ and mprotect in WINNT case.
+
2009-09-24 Anatoly Sokolov <aesok@post.ru>
* config/rs6000/rs6000.h (FUNCTION_VALUE): Remove macro.
/* Jump to a trampoline, loading the static chain address. */
#if defined(WINNT) && ! defined(__CYGWIN__)
+int getpagesize (void);
+int mprotect (char *,int, int);
int
getpagesize (void)