correct alloc_handle prototype

This commit is contained in:
Dave Murphy 2015-01-26 02:04:19 +00:00
parent 1cd7cfdab5
commit b015bd312c

View File

@ -10,7 +10,7 @@
#define SYNC_ERROR ENODEV #define SYNC_ERROR ENODEV
int __alloc_handle(int size); int __alloc_handle(size_t size);
__handle *__get_handle(int fd); __handle *__get_handle(int fd);
void __release_handle(int fd); void __release_handle(int fd);