summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm64/syscalls/__pselect6.S
blob: 388d84e81258c2c0a3067234d21551c95ebf5ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Generated by gensyscalls.py. Do not edit. */

#include <private/bionic_asm.h>

ENTRY(__pselect6)
    mov     x8, __NR_pselect6
    svc     #0

    cmn     x0, #(MAX_ERRNO + 1)
    cneg    x0, x0, hi
    b.hi    __set_errno_internal

    ret
END(__pselect6)
.hidden __pselect6