]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__sigreturn.s
xnu-1699.32.7.tar.gz
[apple/xnu.git] / libsyscall / custom / __sigreturn.s
index 776351abb5f33a836b5a3ef38a4d5db6676bb23b..16d5be4fca31d4d3f1a490dc411f7dda4cd692c0 100644 (file)
 
 #include "SYS.h"
 
-#if defined(__ppc__) || defined(__ppc64__) || defined(__x86_64__)
+#if defined(__x86_64__)
 
-__SYSCALL(__sigreturn, sigreturn, 2)
+__SYSCALL(___sigreturn, sigreturn, 2)
 
 #elif defined(__i386__)
 
-__SYSCALL_INT(__sigreturn, sigreturn, 2)
+__SYSCALL_INT(___sigreturn, sigreturn, 2)
 
 #else
 #error Unsupported architecture