blob: 68c32dad2f79023f7f7173a2de644f4be19c9385 [file] [log] [blame]
Elliott Hughes887e1142014-01-02 12:05:50 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
Dan Alberte35fd482014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes887e1142014-01-02 12:05:50 -08007ENTRY(setns)
Elliott Hughes887e1142014-01-02 12:05:50 -08008 mov x8, __NR_setns
9 svc #0
10
Elliott Hughes887e1142014-01-02 12:05:50 -080011 cmn x0, #(MAX_ERRNO + 1)
12 cneg x0, x0, hi
13 b.hi __set_errno
14
15 ret
16END(setns)