summaryrefslogtreecommitdiff
path: root/devel/breakpad/files/patch-src_common_memory.h
blob: 24b4959a9ddc862abcea6e50dd7fe53bbc8b0071 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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