Commit f6260033 by Eric Botcazou Committed by Eric Botcazou

* system.h (getpagesize): Return 'int' instead of 'long'.

From-SVN: r88204
parent 7d381002
2004-09-27 Eric Botcazou <ebotcazou@libertysurf.fr>
* system.h (getpagesize): Return 'int' instead of 'long'.
2004-09-27 Michael Matz <matz@suse.de> 2004-09-27 Michael Matz <matz@suse.de>
PR bootstrap/17698 PR bootstrap/17698
......
...@@ -303,8 +303,8 @@ extern char *getenv (const char *); ...@@ -303,8 +303,8 @@ extern char *getenv (const char *);
extern int getopt (int, char * const *, const char *); extern int getopt (int, char * const *, const char *);
#endif #endif
#if defined(HAVE_DECL_GETPAGESIZE) && !HAVE_DECL_GETPAGESIZE #if defined (HAVE_DECL_GETPAGESIZE) && !HAVE_DECL_GETPAGESIZE
extern long getpagesize (void); extern int getpagesize (void);
#endif #endif
#if defined (HAVE_DECL_GETWD) && !HAVE_DECL_GETWD #if defined (HAVE_DECL_GETWD) && !HAVE_DECL_GETWD
......
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