]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__lseek.s
xnu-4570.41.2.tar.gz
[apple/xnu.git] / libsyscall / custom / __lseek.s
index b051cc5a4a973f06c04599400e21c796879c2b83..7c7f41eb273434e66fb6cc67f5b08fdbae51fb1b 100644 (file)
@@ -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