summaryrefslogtreecommitdiff
path: root/gdb/config/pa/xm-hppah.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/pa/xm-hppah.h')
-rw-r--r--gdb/config/pa/xm-hppah.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h
index 1542d327035..913b70ab371 100644
--- a/gdb/config/pa/xm-hppah.h
+++ b/gdb/config/pa/xm-hppah.h
@@ -40,11 +40,8 @@
#define MALLOC_INCOMPATIBLE
-extern void *
- malloc PARAMS ((size_t));
+extern void *malloc (size_t);
-extern void *
- realloc PARAMS ((void *, size_t));
+extern void *realloc (void *, size_t);
-extern void
-free PARAMS ((void *));
+extern void free (void *);