X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..527f99514973766e9c0382a4d8550dfb00f54939:/libsyscall/custom/__lseek.s diff --git a/libsyscall/custom/__lseek.s b/libsyscall/custom/__lseek.s index b051cc5a4..7c7f41eb2 100644 --- a/libsyscall/custom/__lseek.s +++ b/libsyscall/custom/__lseek.s @@ -36,6 +36,14 @@ __SYSCALL(___lseek, lseek, 3) __SYSCALL_INT(___lseek, lseek, 3) +#elif defined(__arm__) + +__SYSCALL(___lseek, lseek, 4) + +#elif defined(__arm64__) + +__SYSCALL(___lseek, lseek, 3) + #else #error Unsupported architecture #endif