X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..7e41aa883dd258f888d0470250eead40a53ef1f5:/libsyscall/custom/__lseek.s diff --git a/libsyscall/custom/__lseek.s b/libsyscall/custom/__lseek.s index 909443b17..b051cc5a4 100644 --- a/libsyscall/custom/__lseek.s +++ b/libsyscall/custom/__lseek.s @@ -28,13 +28,13 @@ #include "SYS.h" -#if defined(__ppc__) || defined(__ppc64__) || defined(__x86_64__) +#if defined(__x86_64__) -__SYSCALL(__lseek, lseek, 3) +__SYSCALL(___lseek, lseek, 3) #elif defined(__i386__) -__SYSCALL_INT(__lseek, lseek, 3) +__SYSCALL_INT(___lseek, lseek, 3) #else #error Unsupported architecture