blob: b1902dc85d634d48cf1a1097672e8945a08eb743 [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
Elliott Hughes887e1142014-01-02 12:05:50 -08005ENTRY(setns)
6 mov ip, r7
Christopher Ferrisf5a91232016-04-27 18:31:02 -07007 .cfi_register r7, ip
Elliott Hughes887e1142014-01-02 12:05:50 -08008 ldr r7, =__NR_setns
9 swi #0
10 mov r7, ip
Christopher Ferrisf5a91232016-04-27 18:31:02 -070011 .cfi_restore r7
Elliott Hughes887e1142014-01-02 12:05:50 -080012 cmn r0, #(MAX_ERRNO + 1)
13 bxls lr
14 neg r0, r0
Elliott Hughes7efad832014-09-08 15:25:01 -070015 b __set_errno_internal
Elliott Hughes887e1142014-01-02 12:05:50 -080016END(setns)