Next update of the VFS: more posix like open/create; divided create in

sys_create(), and sys_create_dir(), open in sys_open(), and sys_open_dir().
Small cleanups.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@207 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-07-14 05:08:26 +00:00
parent 85493f0665
commit eba8b6cfb9
4 changed files with 78 additions and 36 deletions
+2
View File
@@ -85,6 +85,8 @@ enum {
SYSCALL_FSTAT,
SYSCALL_READ_DIR,
SYSCALL_REWIND_DIR,
SYSCALL_OPEN_DIR,
SYSCALL_CREATE_DIR
};
int syscall_dispatcher(unsigned long call_num, void *arg_buffer, uint64 *call_ret);