2013-10-11 00:05:06 +02:00
|
|
|
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
|
2013-11-07 19:31:05 +01:00
|
|
|
#include <private/bionic_asm.h>
|
2013-10-11 00:05:06 +02:00
|
|
|
|
2014-05-17 00:47:29 +02:00
|
|
|
ENTRY(__signalfd4)
|
2013-10-11 00:05:06 +02:00
|
|
|
mov x8, __NR_signalfd4
|
|
|
|
svc #0
|
|
|
|
|
|
|
|
cmn x0, #(MAX_ERRNO + 1)
|
|
|
|
cneg x0, x0, hi
|
|
|
|
b.hi __set_errno
|
|
|
|
|
|
|
|
ret
|
2014-05-17 00:47:29 +02:00
|
|
|
END(__signalfd4)
|
|
|
|
.hidden __signalfd4
|