summaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/alphavms.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/hosts/alphavms.h b/bfd/hosts/alphavms.h
index 0afda86e6f..c94207b459 100644
--- a/bfd/hosts/alphavms.h
+++ b/bfd/hosts/alphavms.h
@@ -67,7 +67,8 @@ typedef BFD_HOST_64_BIT int64_type;
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif
-extern int getpagesize PARAMS ((void));
+extern int getpagesize (void);
+extern char *stpcpy (char *, const char *);
/* No intl. */
#define gettext(Msgid) (Msgid)