X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..36401178fd6817c043cc00b0c00c7f723e58efae:/libsyscall/custom/__lseek.s diff --git a/libsyscall/custom/__lseek.s b/libsyscall/custom/__lseek.s index b2d9215a3..909443b17 100644 --- a/libsyscall/custom/__lseek.s +++ b/libsyscall/custom/__lseek.s @@ -36,10 +36,6 @@ __SYSCALL(__lseek, lseek, 3) __SYSCALL_INT(__lseek, lseek, 3) -#elif defined(__arm__) - -__SYSCALL(__lseek, lseek, 4) - #else #error Unsupported architecture #endif