summaryrefslogtreecommitdiffstats
path: root/lib/librthread/arch
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2008-05-21 20:39:30 +0000
committermiod <miod@openbsd.org>2008-05-21 20:39:30 +0000
commit797f35717ce459e5d3eb5f41bf105a28c83a143e (patch)
tree5b658f6d5cb7c55c79a92dfb8669b782bfb2faef /lib/librthread/arch
parentUse _PROF_PROLOGUE insteaf of rolling our own. (diff)
downloadwireguard-openbsd-797f35717ce459e5d3eb5f41bf105a28c83a143e.tar.xz
wireguard-openbsd-797f35717ce459e5d3eb5f41bf105a28c83a143e.zip
Use _C_LABEL when appropriate.
Diffstat (limited to 'lib/librthread/arch')
-rw-r--r--lib/librthread/arch/vax/rfork_thread.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/arch/vax/rfork_thread.S b/lib/librthread/arch/vax/rfork_thread.S
index c6fdc602079..85648cb8918 100644
--- a/lib/librthread/arch/vax/rfork_thread.S
+++ b/lib/librthread/arch/vax/rfork_thread.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: rfork_thread.S,v 1.1 2005/12/23 19:52:04 miod Exp $ */
+/* $OpenBSD: rfork_thread.S,v 1.2 2008/05/21 20:39:32 miod Exp $ */
/*
* Copyright (c) 2005, Miodrag Vallat
@@ -66,4 +66,4 @@ ENTRY(rfork_thread, R2|R3|R4)
/*
* system call failed.
*/
- jmp __cerror
+ jmp _C_LABEL(__cerror)