Added exec() support function vfs_exec_io_context().

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9241 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-07 14:46:32 +00:00
parent 3a459a1998
commit 76dede71c7
1 changed files with 3 additions and 2 deletions

View File

@ -55,8 +55,9 @@ extern "C" {
status_t vfs_init(struct kernel_args *ka);
status_t vfs_bootstrap_file_systems(void);
status_t vfs_mount_boot_file_system(void);
void *vfs_new_io_context(void *parent_ioctx);
int vfs_free_io_context(void *ioctx);
void vfs_exec_io_context(void *context);
void *vfs_new_io_context(void *parentContext);
int vfs_free_io_context(void *context);
struct rlimit;
int vfs_getrlimit(int resource, struct rlimit * rlp);