summaryrefslogtreecommitdiff
path: root/rtl-find-file.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-09-07 15:29:14 +1000
committerChris Johns <chrisj@rtems.org>2013-09-07 15:29:14 +1000
commit3baa6851dea54ae4950a3f56ce73b0a7721e9ea6 (patch)
treefcb256075bad8cb4e794fdae858ce1bda1fbf376 /rtl-find-file.h
parent186bc96fa2bd37582f5c8296ad0bad6df01683dc (diff)
Remove warnings.
Diffstat (limited to 'rtl-find-file.h')
-rw-r--r--rtl-find-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl-find-file.h b/rtl-find-file.h
index 0daa7bf..fc8a9dc 100644
--- a/rtl-find-file.h
+++ b/rtl-find-file.h
@@ -36,7 +36,7 @@ extern "C" {
bool rtems_rtl_find_file (const char* name,
const char* paths,
const char** file_name,
- uint32_t* size);
+ size_t* size);
#ifdef __cplusplus
}