Changeset View
Changeset View
Standalone View
Standalone View
devel/breakpad/files/patch-src_common_memory.h
- This file was added.
| Property | Old Value | New Value |
|---|---|---|
| fbsd:nokeywords | null | yes \ No newline at end of property \ No newline at end of property |
| svn:eol-style | null | native \ No newline at end of property |
| svn:mime-type | null | text/plain \ No newline at end of property |
| --- src/common/memory.h.orig 2017-07-12 17:53:15 UTC | |||||
| +++ src/common/memory.h | |||||
| @@ -42,7 +42,7 @@ | |||||
| #include <sanitizer/msan_interface.h> | |||||
| #endif | |||||
| -#ifdef __APPLE__ | |||||
| +#if __APPLE__ || __FreeBSD__ | |||||
| #define sys_mmap mmap | |||||
| #define sys_munmap munmap | |||||
| #define MAP_ANONYMOUS MAP_ANON | |||||