blob: 4810970b8c1bef4c4d4f2f063c2dacf343243993 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughescda62092013-03-22 13:50:44 -07003#include <asm/unistd.h>
Elliott Hughes9aceab52013-03-12 14:57:30 -07004#include <linux/err.h>
Kenny Rootfb723c82011-02-17 10:47:44 -08005#include <machine/asm.h>
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08006
Elliott Hughes232163c2013-10-09 17:35:36 -07007ENTRY(setresuid)
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01008 mov ip, r7
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08009 ldr r7, =__NR_setresuid32
10 swi #0
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +010011 mov r7, ip
Elliott Hughes9aceab52013-03-12 14:57:30 -070012 cmn r0, #(MAX_ERRNO + 1)
13 bxls lr
14 neg r0, r0
15 b __set_errno
Elliott Hughes232163c2013-10-09 17:35:36 -070016END(setresuid)