From 47e84664ad5dc5cb60d8922832de1bca42f07ec7 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 7 Jun 2022 09:29:48 +0200 Subject: [PATCH] x11-libs/vte: Adding musl patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay // for W_EXITCODE +- + #include + #include + #include +@@ -235,7 +233,7 @@ void + Widget::dispose() noexcept + { + if (m_terminal->terminate_child()) { +- int status = W_EXITCODE(0, SIGKILL); ++ int status = (0) << 8 | (SIGKILL); // W_EXITCODE(ret, sig) + emit_child_exited(status); + } + }