Michal Suchanek - 2019-08-30

x86_64 is covered by xmview-os/xmview/defs_x86_64_um.h:#define __NR__llseek __NR_doesnotexist

Attaching patch.

The r_llseek is defined even when __NR__llseek == __NR_doesnotexist so it should compile.

Not tested.