]> Chaos Git - corbenik/ctrulib.git/commitdiff
correct alloc_handle prototype
authorDave Murphy <davem@devkitpro.org>
Mon, 26 Jan 2015 02:04:19 +0000 (02:04 +0000)
committerDave Murphy <davem@devkitpro.org>
Mon, 26 Jan 2015 02:04:19 +0000 (02:04 +0000)
libctru/source/services/soc/soc_common.h

index f35c5fe8d7068590d04b5244c76b39ddad527859..87c592a9e0b8372b03b8d9cedd4d344b28803dd4 100644 (file)
@@ -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);