Prior to this revision, the preprocessor would correctly look for the
definition of SYS__llseek. However, the resulting call to syscall(2)
would be done in this branch using SYS__lseek.
Fix this by calling syscall(2) using SYS__llseek.
fixes #56122