correct alloc_handle prototype
This commit is contained in:
parent
1cd7cfdab5
commit
b015bd312c
@ -10,7 +10,7 @@
|
||||
|
||||
#define SYNC_ERROR ENODEV
|
||||
|
||||
int __alloc_handle(int size);
|
||||
int __alloc_handle(size_t size);
|
||||
__handle *__get_handle(int fd);
|
||||
void __release_handle(int fd);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user