blob: bb9b783633ae08c856b7d0158775a207e61f920a [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <linux/err.h>
#include <machine/asm.h>
ENTRY(lseek)
movl $__NR_lseek, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno
orq $-1, %rax
1:
ret
END(lseek)
.globl _C_LABEL(lseek64)
.equ _C_LABEL(lseek64), _C_LABEL(lseek)