blob: 672d0ea8ee81109e3974bfe5a174cbd907d8798c [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
ret
END(sched_get_priority_max)