From 1484b1264552ad05d75a4ca4f40972ac94e729e9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 12 Apr 2019 21:12:12 +0200 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- save_backtrace.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 save_backtrace.c (limited to 'save_backtrace.c') diff --git a/save_backtrace.c b/save_backtrace.c new file mode 100644 index 0000000..7df2fb5 --- /dev/null +++ b/save_backtrace.c @@ -0,0 +1,10 @@ +/* See LICENSE file for copyright and license details. */ +#include "internal.h" + + +WEAK int +liberror_save_backtrace(struct liberror_error *error) +{ + (void) error; + return 0; +} -- cgit v1.2.3-70-g09d2