blob: 386e8f48f6ddd6acd2050fc014ab79d425d92a68 [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
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Elliott Hughes887e1142014-01-02 12:05:50 -080012
13 ret
14END(setns)