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