]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/custom/__gettimeofday.s
xnu-2422.115.4.tar.gz
[apple/xnu.git] / libsyscall / custom / __gettimeofday.s
index 1dbf19c7728adee187687d407f6d22b97c5435c1..0076f49ce7ffc641206727adc8c324aa09bab66e 100644 (file)
@@ -48,7 +48,7 @@ LABEL(___gettimeofday)
  *     This syscall is special cased: the timeval is returned in rax:rdx.
  */
 LABEL(___gettimeofday)
-    UNIX_SYSCALL_NONAME(gettimeofday,0)
+    UNIX_SYSCALL_NONAME(gettimeofday,0,cerror_nocancel)
     movq       %rax, (%rdi)
     movl       %edx, 8(%rdi)
     xorl       %eax, %eax