|
@@ -133,9 +133,9 @@ SYSCALL_DEFINE4(32_ftruncate64, unsigned long, fd, unsigned long, __dummy,
|
|
|
return sys_ftruncate(fd, merge_64(a2, a3));
|
|
|
}
|
|
|
|
|
|
-SYSCALL_DEFINE5(32_llseek, unsigned long, fd, unsigned long, offset_high,
|
|
|
- unsigned long, offset_low, loff_t __user *, result,
|
|
|
- unsigned long, origin)
|
|
|
+SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
|
|
|
+ unsigned int, offset_low, loff_t __user *, result,
|
|
|
+ unsigned int, origin)
|
|
|
{
|
|
|
return sys_llseek(fd, offset_high, offset_low, result, origin);
|
|
|
}
|