libgcc2.c (getpagesize): Change type of return value to int.
authorAaron W. LaFramboise <aaronraolete36@aaronwl.com>
Mon, 27 Sep 2004 08:01:57 +0000 (08:01 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 27 Sep 2004 08:01:57 +0000 (08:01 +0000)
2004-09-27  Aaron W. LaFramboise <aaronraolete36@aaronwl.com>

* libgcc2.c (getpagesize): Change type of return value to int.

From-SVN: r88165

gcc/ChangeLog
gcc/libgcc2.c

index 0b02f5510c77e7fb373046e2ffd863d371a92269..753dedefaba9cf767162fe0e6b7984bc7a883f6c 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-27  Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
+
+       * libgcc2.c (getpagesize): Change type of return value to int.
+
 2004-09-26  Matt Austern  <austern@apple.com>
 
        * ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we're
index e4fc91f905852613f63389a4fc2e2d35d7a61804..3c9e970484516d70001ccefabf85d971283b4745 100644 (file)
@@ -1496,7 +1496,7 @@ __enable_execute_stack (void *addr __attribute__((__unused__)))
 
 #if defined(WINNT) && ! defined(__CYGWIN__) && ! defined (_UWIN)
 
-long
+int
 getpagesize (void)
 {
 #ifdef _ALPHA_