summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/read_write.c')
-rw-r--r--fs/read_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/read_write.c b/fs/read_write.c
index 39b4a21dd933..e892e409386b 100644
--- a/fs/read_write.c
+++ b/fs/read_write.c
@@ -331,7 +331,7 @@ COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned i
331} 331}
332#endif 332#endif
333 333
334#ifdef __ARCH_WANT_SYS_LLSEEK 334#if !defined(CONFIG_64BIT) || defined(CONFIG_COMPAT)
335SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, 335SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high,
336 unsigned long, offset_low, loff_t __user *, result, 336 unsigned long, offset_low, loff_t __user *, result,
337 unsigned int, whence) 337 unsigned int, whence)