]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__pipe.s
xnu-3789.70.16.tar.gz
[apple/xnu.git] / libsyscall / custom / __pipe.s
index 0131d476d73ac39955e62d09866a611e9675b316..d375dddbd7a00754a9d014762bb7df9876e6bf94 100644 (file)
@@ -40,7 +40,7 @@ PSEUDO_INT(___pipe, pipe, 0)
 
 #elif defined(__x86_64__)
 
-PSEUDO(___pipe, pipe, 0)
+PSEUDO(___pipe, pipe, 0, cerror_nocancel)
        movl    %eax, (%rdi)
        movl    %edx, 4(%rdi)
        xorl    %eax, %eax