blob: 615f8889c9f2828b318cc76d2ae1bfe2bef23791 [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
5ENTRY(setns)
Elliott Hughes887e1142014-01-02 12:05:50 -08006 mov x8, __NR_setns
7 svc #0
8
Elliott Hughes887e1142014-01-02 12:05:50 -08009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
11 b.hi __set_errno
12
13 ret
14END(setns)