summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/sys/tfork_thread.S
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-09-10 13:29:09 +0000
committerguenther <guenther@openbsd.org>2015-09-10 13:29:09 +0000
commit3f373d4115327011c7af514e278a1fc5ced933e6 (patch)
tree947cf988ffff0c8d6ad01c4c60f1930a94839125 /lib/libc/arch/vax/sys/tfork_thread.S
parentReplace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctly (diff)
downloadwireguard-openbsd-3f373d4115327011c7af514e278a1fc5ced933e6.tar.xz
wireguard-openbsd-3f373d4115327011c7af514e278a1fc5ced933e6.zip
Adds hidden _libc_FOO aliases for the system call stubs.
Stop generating _brk and _sbrk symbols: they've already been hidden. Set the ELF symbol size on the syscall stubs. Give the __{min,cur}brk symbols a size and type, and hide more jump labels. alpha, arm, m88k, sh, sparc, and vax assistance miod@ hppa assistance kettenis@ ok deraadt@ miod@
Diffstat (limited to 'lib/libc/arch/vax/sys/tfork_thread.S')
-rw-r--r--lib/libc/arch/vax/sys/tfork_thread.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/vax/sys/tfork_thread.S b/lib/libc/arch/vax/sys/tfork_thread.S
index d14fd84cfc6..eec4720e32b 100644
--- a/lib/libc/arch/vax/sys/tfork_thread.S
+++ b/lib/libc/arch/vax/sys/tfork_thread.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: tfork_thread.S,v 1.3 2013/07/05 21:10:50 miod Exp $ */
+/* $OpenBSD: tfork_thread.S,v 1.4 2015/09/10 13:29:09 guenther Exp $ */
/*
* Copyright (c) 2005, Miodrag Vallat
@@ -65,3 +65,4 @@ ENTRY(__tfork_thread, R2|R3)
* system call failed.
*/
jmp _C_LABEL(__cerror)
+END(__tfork_thread)