]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-arm64/syscalls/setpriority.S
am 40bc7cd4: (-s ours) DO NOT MERGE Re-add .save directive for arm assembler code.
[android-sdk/platform-bionic.git] / libc / arch-arm64 / syscalls / setpriority.S
1 /* Generated by gensyscalls.py. Do not edit. */
3 #include <private/bionic_asm.h>
5 ENTRY(setpriority)
6     mov     x8, __NR_setpriority
7     svc     #0
9     cmn     x0, #(MAX_ERRNO + 1)
10     cneg    x0, x0, hi
11     b.hi    __set_errno_internal
13     ret
14 END(setpriority)