Provide core dumping support for AVFS
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
PUBLIC int do_write()
|
||||
{
|
||||
/* Perform the write(fd, buffer, nbytes) system call. */
|
||||
return(read_write(WRITING));
|
||||
return(do_read_write(WRITING));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user