blob: ecf197162bae3e70d6cfdfcb005182405025ff30 [file] [log] [blame]
Elliott Hughes40d105c2013-10-16 12:53:58 -07001/* autogenerated by gensyscalls.py */
2#include <asm/unistd.h>
3#include <linux/err.h>
4#include <machine/asm.h>
5
6ENTRY(__rt_sigpending)
7 movl $__NR_rt_sigpending, %eax
8 syscall
9 cmpq $-MAX_ERRNO, %rax
10 jb 1f
11 negl %eax
12 movl %eax, %edi
13 call __set_errno
14 orq $-1, %rax
151:
16 ret
17END(__rt_sigpending)