diff options
Diffstat (limited to 'src/txn/txn_log.c')
| -rw-r--r-- | src/txn/txn_log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txn/txn_log.c b/src/txn/txn_log.c index f1b78879d76..5f4704b40c4 100644 --- a/src/txn/txn_log.c +++ b/src/txn/txn_log.c @@ -551,6 +551,7 @@ __txn_printlog(WT_SESSION_IMPL *session, */ int __wt_txn_printlog(WT_SESSION *wt_session, uint32_t flags) + WT_GCC_FUNC_ATTRIBUTE((visibility("default"))) { WT_SESSION_IMPL *session; WT_TXN_PRINTLOG_ARGS args; |
