mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms.
This commit is contained in:
parent
590ccf8c74
commit
7d65909eed
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue