summaryrefslogtreecommitdiff
path: root/src/os_posix/os_thread.c
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-06-14 19:38:15 +0000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-06-14 19:38:15 +0000
commit47e8c3d1d22018eaaa09f91dfd78addb49e0b49b (patch)
tree2d24fbd1e6c03d438d267b737becc318ca6fbadf /src/os_posix/os_thread.c
parent7aaeaaa054d1ac27a95c79984f7ca69ba739caae (diff)
parent84429199fd94f8a8201c5aa77432a2557d326902 (diff)
downloadmongo-47e8c3d1d22018eaaa09f91dfd78addb49e0b49b.tar.gz
Merge branch 'develop' into mongodb-3.6mongodb-3.5.9
Diffstat (limited to 'src/os_posix/os_thread.c')
-rw-r--r--src/os_posix/os_thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_posix/os_thread.c b/src/os_posix/os_thread.c
index dfcf297c239..8af672dd0d4 100644
--- a/src/os_posix/os_thread.c
+++ b/src/os_posix/os_thread.c
@@ -15,6 +15,7 @@
int
__wt_thread_create(WT_SESSION_IMPL *session,
wt_thread_t *tidret, WT_THREAD_CALLBACK(*func)(void *), void *arg)
+ WT_GCC_FUNC_ATTRIBUTE((visibility("default")))
{
WT_DECL_RET;
@@ -40,6 +41,7 @@ __wt_thread_create(WT_SESSION_IMPL *session,
*/
int
__wt_thread_join(WT_SESSION_IMPL *session, wt_thread_t tid)
+ WT_GCC_FUNC_ATTRIBUTE((visibility("default")))
{
WT_DECL_RET;