aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2004-09-27 22:38:08 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2004-09-27 22:38:08 +0000
commitc531c82e0e508568cdcce5b14cc4a0ea2d91f3c5 (patch)
tree32c357f28dc03c55998a9b3a2c41d71af8c44500 /gcc/system.h
parent1a384bb5712622ba8a6d98c9ddcf1b36e5b94a81 (diff)
* system.h (getpagesize): Return 'int' instead of 'long'.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@88204 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 191e1b102c6..7e002a1157c 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -303,8 +303,8 @@ extern char *getenv (const char *);
extern int getopt (int, char * const *, const char *);
#endif
-#if defined(HAVE_DECL_GETPAGESIZE) && !HAVE_DECL_GETPAGESIZE
-extern long getpagesize (void);
+#if defined (HAVE_DECL_GETPAGESIZE) && !HAVE_DECL_GETPAGESIZE
+extern int getpagesize (void);
#endif
#if defined (HAVE_DECL_GETWD) && !HAVE_DECL_GETWD