From: Dave Murphy Date: Mon, 26 Jan 2015 02:04:19 +0000 (+0000) Subject: correct alloc_handle prototype X-Git-Tag: v0.4.0~5^2~2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=e4b636ed418ee6ac86750695b9f38dec8d7395b9;p=corbenik%2Fctrulib.git correct alloc_handle prototype --- diff --git a/libctru/source/services/soc/soc_common.h b/libctru/source/services/soc/soc_common.h index f35c5fe..87c592a 100644 --- a/libctru/source/services/soc/soc_common.h +++ b/libctru/source/services/soc/soc_common.h @@ -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);