mirror of
https://github.com/drasko/codezero.git
synced 2026-04-03 02:29:06 +02:00
Reorganised sys_open.
vfs_create and mknod now returns the newly created vnode. (which might be used by upper layers).
This commit is contained in:
@@ -268,6 +268,7 @@ int sys_read(l4id_t sender, int fd, void *buf, int count)
|
||||
|
||||
int sys_write(l4id_t sender, int fd, void *buf, int count)
|
||||
{
|
||||
BUG();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user