clarify the purpose of this project
[nyanglibc.git] / io / futimens.s
blob7eec2003c3aef5952a81f14b72cadd720a7bdaa4
1 .text
2 .p2align 4,,15
3 .globl __futimens
4 .type __futimens, @function
5 __futimens:
6 testl %edi, %edi
7 js .L5
8 movq %rsi, %rdx
9 xorl %ecx, %ecx
10 xorl %esi, %esi
11 jmp __utimensat64_helper
12 .p2align 4,,10
13 .p2align 3
14 .L5:
15 movq __libc_errno@gottpoff(%rip), %rax
16 movl $9, %fs:(%rax)
17 movl $-1, %eax
18 ret
19 .size __futimens, .-__futimens
20 .weak futimens
21 .set futimens,__futimens
22 .hidden __utimensat64_helper