blob: aef7627a0a8ae3e288267cea6cb173300221abb8 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(swapon)
mov x8, __NR_swapon
svc #0
cmn x0, #(MAX_ERRNO + 1)
cneg x0, x0, hi
b.hi __set_errno
ret
END(swapon)