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