blob: 62f64bd9f417daf22120dbe74c00223576f65b52 [file] [log] [blame]
Narayan Kamath75c55ff2014-05-28 18:02:33 +00001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(futex)
6 movq %rcx, %r10
7 movl $__NR_futex, %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(futex)