summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-04-30 19:29:02 +0000
committerpeter <peter@FreeBSD.org>2003-04-30 19:29:02 +0000
commit7b45e731ba60f535e358481c8a9e4304729421d5 (patch)
tree31b33e985ea81ab03f44cb24bb3ddfa239c2f36b /lib/libc
parent665ad725f77c4c56579e14fe3e8bc3efc359f982 (diff)
downloadFreeBSD-src-7b45e731ba60f535e358481c8a9e4304729421d5.zip
FreeBSD-src-7b45e731ba60f535e358481c8a9e4304729421d5.tar.gz
Add __amd64__ to the list of things that use HIDENAME() to hide minbrk
Diffstat (limited to 'lib/libc')
-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 9530220..35bad63 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__)
+#if defined(__i386__) || defined(__sparc64__) || defined(__amd64__)
extern char *minbrk asm (".minbrk");
#else
extern char *minbrk asm ("minbrk");
OpenPOWER on IntegriCloud