blob: d7baa26f43b169f024df7e35d1938ed05eac88af [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
Elliott Hughes3f525d42014-06-24 16:32:01 -07005ENTRY(tee)
6 mov x8, __NR_tee
7 svc #0
8
9 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Elliott Hughes3f525d42014-06-24 16:32:01 -070012
13 ret
14END(tee)