fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX
authorRich Felker <dalias@aerifal.cx>
Wed, 17 Jul 2019 03:07:49 +0000 (23:07 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 17 Jul 2019 03:07:49 +0000 (23:07 -0400)
commit1a28c6eade3046e73da0e80bbb7c377f24f514c7
treee4233acc2b90a7c1c7fa9a8723108a0bbd72948d
parent918c5fa0fc656e49b1ab9ce47183a23e3a36bc00
fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX

this is analogous to commit 918c5fa0fc656e49b1ab9ce47183a23e3a36bc00
which fixed the corresponding issue for mips n32.
src/unistd/x32/lseek.c [new file with mode: 0644]