summaryrefslogtreecommitdiff
path: root/rtl-find-file.c
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.c
parent186bc96fa2bd37582f5c8296ad0bad6df01683dc (diff)
Remove warnings.
Diffstat (limited to 'rtl-find-file.c')
-rw-r--r--rtl-find-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl-find-file.c b/rtl-find-file.c
index 15d749e..ae56cf2 100644
--- a/rtl-find-file.c
+++ b/rtl-find-file.c
@@ -40,7 +40,7 @@ bool
rtems_rtl_find_file (const char* name,
const char* paths,
const char** file_name,
- uint32_t* size)
+ size_t* size)
{
struct stat sb;