diff options
Diffstat (limited to 'libexec/ld.so/mips64/ldasm.S')
-rw-r--r-- | libexec/ld.so/mips64/ldasm.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/mips64/ldasm.S b/libexec/ld.so/mips64/ldasm.S index d3d275bbc2b..f7208cd0d9d 100644 --- a/libexec/ld.so/mips64/ldasm.S +++ b/libexec/ld.so/mips64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.21 2016/08/28 06:15:32 guenther Exp $ */ +/* $OpenBSD: ldasm.S,v 1.22 2017/01/24 07:48:37 guenther Exp $ */ /* * Copyright (c) 1998-2002 Opsycon AB, Sweden. @@ -168,3 +168,4 @@ DL_SYSCALL2_NOERR(set_tcb,__set_tcb) DL_SYSCALL(sysctl) DL_SYSCALL(utrace) DL_SYSCALL(write) +DL_SYSCALL(thrkill) |