summaryrefslogtreecommitdiff
path: root/libexec/ld.so/amd64/ldasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/amd64/ldasm.S')
-rw-r--r--libexec/ld.so/amd64/ldasm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/amd64/ldasm.S b/libexec/ld.so/amd64/ldasm.S
index 0f714ec311d..2dc0fe096ed 100644
--- a/libexec/ld.so/amd64/ldasm.S
+++ b/libexec/ld.so/amd64/ldasm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldasm.S,v 1.22 2016/03/21 01:32:48 guenther Exp $ */
+/* $OpenBSD: ldasm.S,v 1.23 2016/03/21 22:41:29 bluhm Exp $ */
/*
* Copyright (c) 2002,2004 Dale Rahn
@@ -96,7 +96,7 @@ DL_SYSCALL(readlink)
DL_SYSCALL(lstat)
DL_SYSCALL(utrace)
DL_SYSCALL(getentropy)
-DL_SYSCALL(sendsyslog2)
+DL_SYSCALL(sendsyslog)
DL_SYSCALL(pledge)
DL_SYSCALL2(getcwd,__getcwd)
DL_SYSCALL2(set_tcb,__set_tcb)