From 525b9a6f3058367652d2ef70ae5e514debd85390 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 22 Feb 2016 11:03:47 -0500 Subject: WT-2422: multiple definitions of custom die function Define the custom die function once per program. --- test/readonly/readonly.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/readonly/readonly.c') diff --git a/test/readonly/readonly.c b/test/readonly/readonly.c index 6f74ee47c5a..100ccbf81b7 100644 --- a/test/readonly/readonly.c +++ b/test/readonly/readonly.c @@ -158,6 +158,8 @@ open_dbs(int op, const char *dir, extern int __wt_optind; extern char *__wt_optarg; +void (*custom_die)(void) = NULL; + int main(int argc, char *argv[]) { -- cgit v1.2.1