Commit 94c1e7ac by Aaron W. LaFramboise Committed by Paolo Bonzini

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

2004-09-27  Aaron W. LaFramboise <aaronraolete36@aaronwl.com>

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

From-SVN: r88165
parent 772299b3
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> 2004-09-26 Matt Austern <austern@apple.com>
* ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we're * ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we're
......
...@@ -1496,7 +1496,7 @@ __enable_execute_stack (void *addr __attribute__((__unused__))) ...@@ -1496,7 +1496,7 @@ __enable_execute_stack (void *addr __attribute__((__unused__)))
#if defined(WINNT) && ! defined(__CYGWIN__) && ! defined (_UWIN) #if defined(WINNT) && ! defined(__CYGWIN__) && ! defined (_UWIN)
long int
getpagesize (void) getpagesize (void)
{ {
#ifdef _ALPHA_ #ifdef _ALPHA_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment