diff --git a/lib/bsp/standalone/src/cortexa9/iccarm/lseek.c b/lib/bsp/standalone/src/cortexa9/iccarm/lseek.c index 53dbb6e4..fbf942f0 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/lseek.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/lseek.c @@ -52,9 +52,9 @@ #include #include #include "xil_types.h" -sint32 __lseek(sint32 handle, sint32 offset, sint32 whence); +LONG __lseek(sint32 handle, LONG offset, sint32 whence); -sint32 __lseek(sint32 handle, sint32 offset, sint32 whence) +LONG __lseek(sint32 handle, LONG offset, sint32 whence) { return (-1); }