b9698beceb
Replaced P3-sys-eventfd-create.patch (constants-only stub) with: - P3-eventfd-impl.patch: full eventfd() opening /scheme/event/eventfd - P3-bits-eventfd.patch: eventfd_t type - P3-eventfd-cbindgen.patch: generates sys/eventfd.h C header - P3-bits-eventfd-mod.patch: wires bits_eventfd into header/mod.rs libwayland: removed eventfd stub from redox.patch — relibc provides it now. Only meson.build fix + wl_proxy null guards + MSG_NOSIGNAL guard remain. Documented zero-tolerance stub policy at top of local/AGENTS.md.
11 lines
227 B
Diff
11 lines
227 B
Diff
--- a/src/header/mod.rs
|
|
+++ b/src/header/mod.rs
|
|
@@ -5,6 +5,7 @@
|
|
pub mod arpa_inet;
|
|
pub mod assert;
|
|
pub mod bits_arpainet;
|
|
+pub mod bits_eventfd;
|
|
pub mod bits_iovec;
|
|
#[path = "bits_locale-t/mod.rs"]
|
|
pub mod bits_locale_t;
|