blob: 3c4a868f888b6f17c4213dc8d247c2a0f4c1def2 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(__getcpu)
movl $__NR_getcpu, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call PIC_PLT(__set_errno)
1:
ret
END(__getcpu)
.hidden __getcpu