blob: ad5698c9d3c10a5aefac66d2ae6c59f5a186500f [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(tee)
movq %rcx, %r10
movl $__NR_tee, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno
1:
ret
END(tee)