fixed bug with APPEND in sys_open()
This commit is contained in:
@@ -35,6 +35,7 @@ sys_open(path, flag, filep)
|
||||
close(fd);
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
}
|
||||
/* Fall through */
|
||||
case OP_WRITE:
|
||||
|
||||
Reference in New Issue
Block a user