summaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-flow_FastAlloc.cpp
blob: 098ec8621d09457cf9f535b41a2be2bcb14b43b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- flow/FastAlloc.cpp.orig	2019-04-09 00:11:05 UTC
+++ flow/FastAlloc.cpp
@@ -53,6 +53,9 @@
 #elif defined(__APPLE__)
 #pragma message "init_priority is not supported on this platform; will this be a problem?"
 #define INIT_SEG
+#elif defined(__FreeBSD__)
+#pragma message "init_priority is not supported on this platform; will this be a problem?"
+#define INIT_SEG
 #else
 #error Where am I?
 #endif