blob: bad884e8b093fdb6fa7ad6198c29356b933207c1 (
plain) (
tree)
|
|
/* 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;
|