summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2004-02-02 15:58:19 +0000
committerdrahn <drahn@openbsd.org>2004-02-02 15:58:19 +0000
commit1d7b81b65e6f2f9c3a97698670f3ecbeb0e5e0da (patch)
tree0634ede626a6a518e755491522d77f1b6f081bd1
parentDo not evaluate pfi_index2kif[ifp->if_index] if PF is disabled. (diff)
downloadwireguard-openbsd-1d7b81b65e6f2f9c3a97698670f3ecbeb0e5e0da.tar.xz
wireguard-openbsd-1d7b81b65e6f2f9c3a97698670f3ecbeb0e5e0da.zip
Add missing minbrk symbol, fixes profiling builds.
-rw-r--r--lib/libc/arch/arm/sys/sbrk.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/arch/arm/sys/sbrk.S b/lib/libc/arch/arm/sys/sbrk.S
index f4b871efeaf..d66e49137c7 100644
--- a/lib/libc/arch/arm/sys/sbrk.S
+++ b/lib/libc/arch/arm/sys/sbrk.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbrk.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */
+/* $OpenBSD: sbrk.S,v 1.3 2004/02/02 15:58:19 drahn Exp $ */
/* $NetBSD: sbrk.S,v 1.7 2003/08/07 16:42:05 agc Exp $ */
/*-
@@ -44,8 +44,12 @@ WEAK_ALIAS(sbrk, _sbrk)
.align 0
.globl CURBRK
.type CURBRK,#object
+ .globl minbrk
+ .type minbrk,#object
CURBRK:
.word _C_LABEL(end)
+_ASM_LABEL(minbrk):
+ .word _C_LABEL(end)
/*
* Change the data segment size