summaryrefslogtreecommitdiff
path: root/test/thread/t.c
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-03-25 08:19:12 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-03-25 08:19:12 +1100
commit43e885a0f9a3ad046eae1726b005ca1280624be3 (patch)
treef03d31a7b36c476484f26ea5259777aeb7b13201 /test/thread/t.c
parent5cdd3e320cb19cd54111c2572a3d6e33d3009ad4 (diff)
parent9cf8eb2f15c6df7da90c19c86ccf7516ed126183 (diff)
downloadmongo-43e885a0f9a3ad046eae1726b005ca1280624be3.tar.gz
Merge branch 'mongodb-3.4' into mongodb-3.2mongodb-3.2.5
Diffstat (limited to 'test/thread/t.c')
-rw-r--r--test/thread/t.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/thread/t.c b/test/thread/t.c
index e72b54bf62a..22334076ee1 100644
--- a/test/thread/t.c
+++ b/test/thread/t.c
@@ -51,6 +51,8 @@ static void wt_shutdown(void);
extern int __wt_optind;
extern char *__wt_optarg;
+void (*custom_die)(void) = NULL;
+
int
main(int argc, char *argv[])
{