chore: sync nightly flatpak manifest with flathub's

Signed-off-by: guihkx <626206+guihkx@users.noreply.github.com>
This commit is contained in:
guihkx
2023-12-13 15:09:13 -03:00
parent 608a09d211
commit 3d50bef10c
3 changed files with 5 additions and 20 deletions

View File

@ -1,12 +0,0 @@
diff -ruN a/common/common-pidfds.c b/common/common-pidfds.c
--- a/common/common-pidfds.c 2021-02-18 20:00:12.000000000 +0100
+++ b/common/common-pidfds.c 2023-09-07 08:57:42.954362763 +0200
@@ -58,6 +58,8 @@
{
return (int)syscall(__NR_pidfd_open, pid, flags);
}
+#else
+#include <sys/pidfd.h>
#endif
/* pidfd functions */