X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=libiberty%2Fgetpagesize.c;fp=libiberty%2Fgetpagesize.c;h=1c3a26304eae2344ba92f46966b2bb2b24116e7d;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=eed9680378a7813a2f94c1877f8d1af12ede4352;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libiberty/getpagesize.c b/libiberty/getpagesize.c index eed96803..1c3a2630 100644 --- a/libiberty/getpagesize.c +++ b/libiberty/getpagesize.c @@ -61,7 +61,7 @@ BUGS #endif /* GNU_OUR_PAGESIZE */ int -getpagesize () +getpagesize (void) { return (GNU_OUR_PAGESIZE); } @@ -76,7 +76,7 @@ getpagesize () #endif extern unsigned long lib$getsyi(const unsigned short *,...); -int getpagesize () +int getpagesize (void) { long pagsiz = 0L; unsigned short itmcod = SYI$_PAGE_SIZE;