commit: 2f92a8507cff84ad9d0f424ac55d9a33ed48b446 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Nov 21 18:16:10 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Nov 21 19:18:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f92a850
dev-util/flatpak-builder: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/28371 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> .../files/flatpak-builder-1.0.11-musl.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-util/flatpak-builder/files/flatpak-builder-1.0.11-musl.patch b/dev-util/flatpak-builder/files/flatpak-builder-1.0.11-musl.patch deleted file mode 100644 index b5ef0ec15504..000000000000 --- a/dev-util/flatpak-builder/files/flatpak-builder-1.0.11-musl.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/libglnx/glnx-macros.h -+++ b/libglnx/glnx-macros.h -@@ -28,6 +28,16 @@ - - G_BEGIN_DECLS - -+/* taken from glibc unistd.h and fixes musl */ -+#ifndef TEMP_FAILURE_RETRY -+#define TEMP_FAILURE_RETRY(expression) \ -+ (__extension__ \ -+ ({ long int __result; \ -+ do __result = (long int) (expression); \ -+ while (__result == -1L && errno == EINTR); \ -+ __result; })) -+#endif -+ - /* All of these are for C only. */ - #ifndef __GI_SCANNER__
