summaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-flow_Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/foundationdb/files/patch-flow_Platform.h')
-rw-r--r--databases/foundationdb/files/patch-flow_Platform.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/foundationdb/files/patch-flow_Platform.h b/databases/foundationdb/files/patch-flow_Platform.h
index b831826ef2fe..ae13c29c7fc3 100644
--- a/databases/foundationdb/files/patch-flow_Platform.h
+++ b/databases/foundationdb/files/patch-flow_Platform.h
@@ -1,4 +1,4 @@
---- flow/Platform.h.orig 2018-05-11 01:30:59 UTC
+--- flow/Platform.h.orig 2018-08-01 01:25:10 UTC
+++ flow/Platform.h
@@ -22,7 +22,7 @@
#define FLOW_PLATFORM_H
@@ -9,12 +9,12 @@
#define __unixish__ 1
#endif
-@@ -182,6 +182,8 @@ THREAD_HANDLE startThread(void *(func) (void *), void
- #if defined(_WIN32)
+@@ -183,6 +183,8 @@ THREAD_HANDLE startThread(void *(func) (
#define DYNAMIC_LIB_EXT ".dll"
#elif defined(__linux)
-+#define DYNAMIC_LIB_EXT ".so"
-+#elif defined(__FreeBSD__)
#define DYNAMIC_LIB_EXT ".so"
++#elif defined(__FreeBSD__)
++#define DYNAMIC_LIB_EXT ".so"
#elif defined(__APPLE__)
#define DYNAMIC_LIB_EXT ".dylib"
+ #else