Skip to content

Commit c9d2f7b

Browse files
hdellergregkh
authored andcommitted
parisc: _llseek syscall is only available for 32-bit userspace
commit da3680f upstream. Cc: stable@vger.kernel.org Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1b4039d commit c9d2f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/parisc/kernel/syscalls/syscall.tbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
# 137 was afs_syscall
155155
138 common setfsuid sys_setfsuid
156156
139 common setfsgid sys_setfsgid
157-
140 common _llseek sys_llseek
157+
140 32 _llseek sys_llseek
158158
141 common getdents sys_getdents compat_sys_getdents
159159
142 common _newselect sys_select compat_sys_select
160160
143 common flock sys_flock

0 commit comments

Comments
 (0)