summaryrefslogtreecommitdiff
path: root/libexec/ld.so/arm/ldasm.S
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-14 03:54:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-14 03:54:52 +0000
commit83ed6b063588c235e6100ff1c9fad1fbe2a9fbcb (patch)
tree15efaf58fa61357182b1187ab4e16684f9fe3272 /libexec/ld.so/arm/ldasm.S
parent89ef96962f5e822c080a1c7b8b4bc51dea0916bc (diff)
Now that we have sendsyslog(2), we can directly use it in the
(previously completely retarded) stack_smash_handler of ld.so ok beck miod tedu
Diffstat (limited to 'libexec/ld.so/arm/ldasm.S')
-rw-r--r--libexec/ld.so/arm/ldasm.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/arm/ldasm.S b/libexec/ld.so/arm/ldasm.S
index 6752646ce98..8ec28ce2a8d 100644
--- a/libexec/ld.so/arm/ldasm.S
+++ b/libexec/ld.so/arm/ldasm.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldasm.S,v 1.15 2014/07/09 12:51:20 guenther Exp $ */
+/* $OpenBSD: ldasm.S,v 1.16 2014/07/14 03:54:51 deraadt Exp $ */
/*
* Copyright (c) 2004 Dale Rahn
@@ -125,6 +125,7 @@ DL_SYSCALL(readlink)
DL_SYSCALL(lstat)
DL_SYSCALL(utrace)
DL_SYSCALL(getentropy)
+DL_SYSCALL(sendsyslog)
DL_SYSCALL2(getcwd,__getcwd)
DL_SYSCALL2(sysctl,__sysctl)