Typo
This commit is contained in:
parent
28add54662
commit
8c8b10541d
@ -295,7 +295,7 @@ void process_fatal_error(CSlice message) {
|
|||||||
if (callback) {
|
if (callback) {
|
||||||
callback(message);
|
callback(message);
|
||||||
}
|
}
|
||||||
#ifndef _WIN32 && defined(__GLIBC__) && !defined(__UCLIBC__) && !defined(__MUSL__)
|
#if !defined(_WIN32) && defined(__GLIBC__) && !defined(__UCLIBC__) && !defined(__MUSL__)
|
||||||
#if TD_THREAD_UNSUPPORTED || TD_EVENTFD_UNSUPPORTED
|
#if TD_THREAD_UNSUPPORTED || TD_EVENTFD_UNSUPPORTED
|
||||||
std::abort();
|
std::abort();
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user