summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2005-12-29 04:09:38 +0000
committergrehan <grehan@FreeBSD.org>2005-12-29 04:09:38 +0000
commit2153c7c91d017d3f750c354770ced719596f3786 (patch)
treebf0e86c81b97c452f115139aa6b12fa04c0cd5b7 /lib/libc/gmon
parent50e5f6dc9b9bb159769fc3e1ece08c3b81acbc9f (diff)
downloadFreeBSD-src-2153c7c91d017d3f750c354770ced719596f3786.zip
FreeBSD-src-2153c7c91d017d3f750c354770ced719596f3786.tar.gz
The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms.
Diffstat (limited to 'lib/libc/gmon')
-rw-r--r--lib/libc/gmon/gmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c
index b1212f0..3f29009 100644
--- a/lib/libc/gmon/gmon.c
+++ b/lib/libc/gmon/gmon.c
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
#include "libc_private.h"
-#if defined(__i386__) || defined(__sparc64__) || defined(__amd64__)
+#if defined(__i386__) || defined(__sparc64__) || defined(__amd64__) || defined(__powerpc__)
extern char *minbrk __asm (".minbrk");
#else
extern char *minbrk __asm ("minbrk");
OpenPOWER on IntegriCloud