Make vfs_resize_fd_table() accessible in the kernel

Also update some types from int to uint32.
This commit is contained in:
Ingo Weinhold
2014-10-29 21:07:02 +01:00
parent f9f19f0246
commit 6bbd25f071
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -73,6 +73,7 @@ io_context* vfs_new_io_context(io_context* parentContext,
bool purgeCloseOnExec);
void vfs_get_io_context(io_context *context);
void vfs_put_io_context(io_context *context);
status_t vfs_resize_fd_table(struct io_context* context, uint32 newSize);
int vfs_getrlimit(int resource, struct rlimit *rlp);
int vfs_setrlimit(int resource, const struct rlimit *rlp);