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