summaryrefslogtreecommitdiff
path: root/libexec/ld.so/hppa/ldasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/hppa/ldasm.S')
-rw-r--r--libexec/ld.so/hppa/ldasm.S8
1 files changed, 7 insertions, 1 deletions
diff --git a/libexec/ld.so/hppa/ldasm.S b/libexec/ld.so/hppa/ldasm.S
index b7f59ab7937..6f5f6e6446c 100644
--- a/libexec/ld.so/hppa/ldasm.S
+++ b/libexec/ld.so/hppa/ldasm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldasm.S,v 1.3 2005/01/09 17:57:40 mickey Exp $ */
+/* $OpenBSD: ldasm.S,v 1.4 2006/05/03 16:10:52 drahn Exp $ */
/*
* Copyright (c) 2004 Michael Shalayeff
@@ -255,6 +255,12 @@ ENTRY(_dl_getdirentries,0)
nop
EXIT(_dl_getdirentries)
+ENTRY(_dl_gettimeofday,0)
+ SYSCALL(gettimeofday)
+ bv r0(rp)
+ nop
+EXIT(_dl_gettimeofday)
+
ENTRY(_dl_sigprocmask,0)
stw arg2, HPPA_FRAME_ARG(2)(sp)