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