2013-10-10 23:05:06 +01:00
|
|
|
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
|
2013-11-07 10:31:05 -08:00
|
|
|
#include <private/bionic_asm.h>
|
2013-10-10 23:05:06 +01:00
|
|
|
|
2014-07-15 16:53:13 -07:00
|
|
|
ENTRY(__clock_gettime)
|
2013-10-10 23:05:06 +01:00
|
|
|
mov x8, __NR_clock_gettime
|
|
|
|
svc #0
|
|
|
|
|
|
|
|
cmn x0, #(MAX_ERRNO + 1)
|
|
|
|
cneg x0, x0, hi
|
|
|
|
b.hi __set_errno
|
|
|
|
|
|
|
|
ret
|
2014-07-15 16:53:13 -07:00
|
|
|
END(__clock_gettime)
|
|
|
|
.hidden __clock_gettime
|