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