// We cannot annotate the declarations, as they are not no-return in the non-fake version. #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunknown-pragmas" #pragma GCC diagnostic ignored "-Wmissing-noreturn"
namespace art {
extern"C"void EnsureFrontOfChain([[maybe_unused]] int signal) {
LogError("EnsureFrontOfChain is not exported by the main executable.");
abort();
}
extern"C"void AddSpecialSignalHandlerFn([[maybe_unused]] int signal,
[[maybe_unused]] SigchainAction* sa) {
LogError("SetSpecialSignalHandlerFn is not exported by the main executable.");
abort();
}
extern"C"void RemoveSpecialSignalHandlerFn([[maybe_unused]] int signal,
[[maybe_unused]] bool (*fn)(int, siginfo_t*, void*)) {
LogError("SetSpecialSignalHandlerFn is not exported by the main executable.");
abort();
}
extern"C"void SkipAddSignalHandler([[maybe_unused]] bool value) {
LogError("SkipAddSignalHandler is not exported by the main executable.");
abort();
}
#pragma GCC diagnostic pop
} // namespace art
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-29)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.