fixed bug with APPEND in sys_open()
This commit is contained in:
parent
224ac1b8ff
commit
d9815cadcd
|
@ -35,6 +35,7 @@ sys_open(path, flag, filep)
|
||||||
close(fd);
|
close(fd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
/* Fall through */
|
/* Fall through */
|
||||||
case OP_WRITE:
|
case OP_WRITE:
|
||||||
|
|
Loading…
Reference in a new issue