2004-09-27 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2004 08:01:57 +0000 (08:01 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2004 08:01:57 +0000 (08:01 +0000)
* libgcc2.c (getpagesize): Change type of return value to int.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88165 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/libgcc2.c

index 0b02f55..753dede 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 e4fc91f..3c9e970 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_