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