Parent Directory
|
Revision Log
- fix build on aarch64 PR: 213864 Submitted by: Andrew Turner
| 1 | --- lib/vmalloc/vmhdr.h.orig 2016-11-07 02:32:54.935418000 +0000 |
| 2 | +++ lib/vmalloc/vmhdr.h 2016-11-07 02:38:16.506108000 +0000 |
| 3 | @@ -20,6 +20,10 @@ |
| 4 | #ifndef _BLD_vmalloc |
| 5 | #define _BLD_vmalloc 1 |
| 6 | #endif |
| 7 | +#if defined(__FreeBSD__) && defined(__aarch64__) |
| 8 | +/* No sbrk on FreeBSD/AArch64 */ |
| 9 | +#define _std_malloc 1 |
| 10 | +#endif |
| 11 | #ifdef WIN32 |
| 12 | #include <io.h> |
| 13 | #endif |
| Name | Value |
|---|---|
| fbsd:nokeywords | yes |
| svn:eol-style | native |
| svn:mime-type | text/plain |
| ViewVC Help | |
| Powered by ViewVC 1.1.27 |