diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2005-12-29 04:09:38 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2005-12-29 04:09:38 +0000 |
| commit | 7d65909eed56f9c1eef54563c01fbf9a96e8db6e (patch) | |
| tree | bf0e86c81b97c452f115139aa6b12fa04c0cd5b7 /lib | |
| parent | 590ccf8c744af5629becdbadd2f57d73b33866e9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 b1212f022e9a..3f29009a79b6 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"); |
