blob: 90ec9118063aa5253ac766d25b98058e41ab4e14 [file] [log] [blame]
Elliott Hughes3f525d42014-06-24 16:32:01 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
Dan Albertbc9f9f22014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes3f525d42014-06-24 16:32:01 -07007ENTRY(tee)
8 .set noreorder
9 .cpload t9
10 li v0, __NR_tee
11 syscall
12 bnez a3, 1f
13 move a0, v0
14 j ra
15 nop
161:
17 la t9,__set_errno
18 j t9
19 nop
20 .set reorder
21END(tee)