Add target_ops argument to to_fileio_unlink
[deliverable/binutils-gdb.git] / gdb / inf-child.c
index 01bf1af7a63efbf111749c25613869dfba3024e4..eb7550a9c6544b08aeae33ee4547a5c945460080 100644 (file)
@@ -328,7 +328,8 @@ inf_child_fileio_close (struct target_ops *self, int fd, int *target_errno)
 /* Unlink FILENAME on the target.  Return 0, or -1 if an error
    occurs (and set *TARGET_ERRNO).  */
 static int
-inf_child_fileio_unlink (const char *filename, int *target_errno)
+inf_child_fileio_unlink (struct target_ops *self,
+                        const char *filename, int *target_errno)
 {
   int ret;
 
This page took 0.026899 seconds and 4 git commands to generate.