blob: bad884e8b093fdb6fa7ad6198c29356b933207c1 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* See LICENSE file for copyright and license details. */
#include "internal.h"
_Thread_local struct liberror_error liberror_error_;
_Thread_local int liberror_have_error_;
_Thread_local struct liberror_backtrace *liberror_saved_backtrace;
|