summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 03642e30ef5..6974fe28507 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -821,9 +821,9 @@ extern int longest_to_int (LONGEST);
/* Assorted functions we can declare, now that const and volatile are
defined. */
-extern char *savestring (const char *, int);
+extern char *savestring (const char *, size_t);
-extern char *msavestring (void *, const char *, int);
+extern char *msavestring (void *, const char *, size_t);
extern char *mstrsave (void *, const char *);