kernel: make 32-bit syscalls always use largefile versions
commitdaec69433422c78ec8439cfebd8862f36352d21a
authorLauri Tirkkonen <lotheac@iki.fi>
Fri, 4 Jan 2019 23:54:25 +0000 (5 01:54 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Sat, 5 Jan 2019 22:51:13 +0000 (6 00:51 +0200)
tree1c9be64e51c2c8a97a7a2358224556c63fb63980
parent4ccee8f7628b27136616cb54f50061d40a1205b8
kernel: make 32-bit syscalls always use largefile versions

this leaves us on with duplicate syscall numbers that do the same thing
for fstatat, openat, getdents, statvfs, fstatvfs, setrlimit, getrlimit,
lseek(llseek), pread and pwrite for 32-bit applications for now.
kernel/os/sysent.c