blob: 14765574dcfde2249be3a4cc83d49810214a1487 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <linux/err.h>
#include <machine/asm.h>
ENTRY(__sched_getaffinity)
movl $__NR_sched_getaffinity, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno
orq $-1, %rax
1:
ret
END(__sched_getaffinity)
.hidden _C_LABEL(__sched_getaffinity)