mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
merge from gcc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user