diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index 5d5802e..626da3e 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -746,7 +746,8 @@ struct target_ops /* Read value of symbolic link FILENAME on the target. Return a null-terminated string allocated via xmalloc, or NULL if an error occurs (and set *TARGET_ERRNO). */ - char *(*to_fileio_readlink) (const char *filename, int *target_errno); + char *(*to_fileio_readlink) (struct target_ops *, + const char *filename, int *target_errno); /* Implement the "info proc" command. */ |