aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/time.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/time.S')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/time.S8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/time.S b/sysdeps/unix/sysv/linux/x86_64/time.S
index 55d5a00f94..e3f3268764 100644
--- a/sysdeps/unix/sysv/linux/x86_64/time.S
+++ b/sysdeps/unix/sysv/linux/x86_64/time.S
@@ -31,16 +31,12 @@ ENTRY (time)
/* Align stack. */
sub $0x8, %rsp
cfi_adjust_cfa_offset(8)
-
+
movq $VSYSCALL_ADDR_vtime, %rax
callq *%rax
- /* Check error return. */
- cmpl $-4095, %eax
- jae SYSCALL_ERROR_LABEL
-L(pseudo_end):
add $0x8, %rsp
cfi_adjust_cfa_offset(-8)
ret
-PSEUDO_END(time)
+PSEUDO_END_NOERRNO(time)
libc_hidden_def (time)