mirror of
https://github.com/drasko/codezero.git
synced 2026-01-21 07:13:15 +01:00
Added sys_close() but its not done yet.
close() needs to flush dirty buffers. pager needs to have read/write support properly implemented. open() needs to record mode and access times. The need for access times means we need rtc and time implementation. Also need to add stat() access() etc.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
struct pathdata {
|
||||
struct list_head list;
|
||||
struct vnode *vstart;
|
||||
int root;
|
||||
};
|
||||
|
||||
struct pathcomp {
|
||||
|
||||
Reference in New Issue
Block a user