aboutsummaryrefslogtreecommitdiffstats
path: root/save_backtrace.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-12 21:12:12 +0200
committerMattias Andrée <maandree@kth.se>2019-04-12 21:13:19 +0200
commit1484b1264552ad05d75a4ca4f40972ac94e729e9 (patch)
treeb9f6d6212866699db66e8bd64310d445498db2f3 /save_backtrace.c
downloadliberror-1484b1264552ad05d75a4ca4f40972ac94e729e9.tar.gz
liberror-1484b1264552ad05d75a4ca4f40972ac94e729e9.tar.bz2
liberror-1484b1264552ad05d75a4ca4f40972ac94e729e9.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'save_backtrace.c')
-rw-r--r--save_backtrace.c10
1 files changed, 10 insertions, 0 deletions
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;
+}