diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-04-30 19:29:02 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-04-30 19:29:02 +0000 |
| commit | 0f055c5bd884c69a07077260391a70001f84b3ad (patch) | |
| tree | 31b33e985ea81ab03f44cb24bb3ddfa239c2f36b /lib/libc | |
| parent | 1b376078fdfb27f831b5e61ce15a9ac6f96b69dd (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gmon/gmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c index 95302202da5e..35bad632d725 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"); |
