Add relibc eventfd MOD patch for init waitpid compatibility

Eventfd now sets correct file mode bits so init's waitpid loop
can poll on eventfd descriptors without spurious EPERM.
This commit is contained in:
2026-04-23 20:29:11 +01:00
parent d7444606cb
commit 1cc3b104de
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ patches = [
"../../../local/patches/relibc/P3-open-memstream.patch",
"../../../local/patches/relibc/P3-ifaddrs-net_if.patch",
"../../../local/patches/relibc/P3-fd-event-tests.patch",
"../../../local/patches/relibc/P3-eventfd-mod.patch",
]
[build]