blob: e59a2406456eed2dfd6efe5449eb6c865e9defa9 [file] [log] [blame]
Elliott Hughes5f26c6b2016-02-03 13:19:10 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(clock_adjtime)
6 mov ip, r7
Christopher Ferrisf5a91232016-04-27 18:31:02 -07007 .cfi_register r7, ip
Elliott Hughes5f26c6b2016-02-03 13:19:10 -08008 ldr r7, =__NR_clock_adjtime
9 swi #0
10 mov r7, ip
Christopher Ferrisf5a91232016-04-27 18:31:02 -070011 .cfi_restore r7
Elliott Hughes5f26c6b2016-02-03 13:19:10 -080012 cmn r0, #(MAX_ERRNO + 1)
13 bxls lr
14 neg r0, r0
15 b __set_errno_internal
16END(clock_adjtime)