blob: c5e44a9660d4785404c8845c6138c0c357ec5491 [file] [log] [blame]
Elliott Hughes8465e962017-09-27 16:33:35 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(getrandom)
6 movl $__NR_getrandom, %eax
7 syscall
8 cmpq $-MAX_ERRNO, %rax
9 jb 1f
10 negl %eax
11 movl %eax, %edi
12 call __set_errno_internal
131:
14 ret
15END(getrandom)