summaryrefslogtreecommitdiff
path: root/rtl-obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtl-obj.c')
-rw-r--r--rtl-obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl-obj.c b/rtl-obj.c
index 532756a..15de926 100644
--- a/rtl-obj.c
+++ b/rtl-obj.c
@@ -119,7 +119,7 @@ bool
rtems_rtl_parse_name (const char* name,
const char** aname,
const char** oname,
- int* ooffset)
+ off_t* ooffset)
{
const char* laname = NULL;
const char* loname = NULL;