blob: fb51f198292d687358e3656414b861dc3611e029 [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 Hughesf8fcfbc2013-10-22 13:28:46 -07007ENTRY(symlinkat)
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01008 mov ip, r7
Elliott Hughesf8fcfbc2013-10-22 13:28:46 -07009 ldr r7, =__NR_symlinkat
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080010 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 Hughesf8fcfbc2013-10-22 13:28:46 -070016END(symlinkat)