blob: 34f4beae2a31dd9feb5c19776fbeac30f10226f2 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(__getpriority)
mov ip, r7
.cfi_register r7, ip
ldr r7, =__NR_getpriority
swi #0
mov r7, ip
.cfi_restore r7
cmn r0, #(MAX_ERRNO + 1)
bxls lr
neg r0, r0
b __set_errno_internal
END(__getpriority)