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