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