diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index 016f30a..57ad0b4 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -322,11 +322,11 @@ inf_child_target::fileio_fstat (int fd, struct stat *sb, fileio_error *target_er return ret; } -/* Implementation of to_fileio_stat. */ +/* Implementation of to_fileio_lstat. */ int -inf_child_target::fileio_stat (struct inferior *inf, const char *filename, - struct stat *sb, fileio_error *target_errno) +inf_child_target::fileio_lstat (struct inferior *inf, const char *filename, + struct stat *sb, fileio_error *target_errno) { int ret; |