Removed the remove_fd() prototype, it's now a static function.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1306 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -72,7 +72,6 @@ enum fd_types {
|
|||||||
struct file_descriptor *alloc_fd(void);
|
struct file_descriptor *alloc_fd(void);
|
||||||
int new_fd(struct io_context *, struct file_descriptor *);
|
int new_fd(struct io_context *, struct file_descriptor *);
|
||||||
struct file_descriptor *get_fd(struct io_context *, int);
|
struct file_descriptor *get_fd(struct io_context *, int);
|
||||||
void remove_fd(struct io_context *, int);
|
|
||||||
void put_fd(struct file_descriptor *);
|
void put_fd(struct file_descriptor *);
|
||||||
void free_fd(struct file_descriptor *);
|
void free_fd(struct file_descriptor *);
|
||||||
static struct io_context *get_current_io_context(bool kernel);
|
static struct io_context *get_current_io_context(bool kernel);
|
||||||
|
|||||||
Reference in New Issue
Block a user