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 ae13c29c7fc3..13cc2100c966 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-08-01 01:25:10 UTC
+--- flow/Platform.h.orig 2019-01-09 22:28:32 UTC
+++ flow/Platform.h
@@ -22,7 +22,7 @@
#define FLOW_PLATFORM_H
@@ -9,12 +9,12 @@
#define __unixish__ 1
#endif
-@@ -183,6 +183,8 @@ THREAD_HANDLE startThread(void *(func) (
+@@ -182,6 +182,8 @@ THREAD_HANDLE startThread(void *(func) (void *), void
+ #if defined(_WIN32)
#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