milestone1
This commit is contained in:
@@ -11,6 +11,8 @@ patches = [
|
||||
"P3-eventfd-impl.patch",
|
||||
# cbindgen.toml for sys/eventfd.h C header generation
|
||||
"P3-eventfd-cbindgen.patch",
|
||||
# eventfd_read() and eventfd_write() helpers
|
||||
"P3-eventfd-readwrite.patch",
|
||||
# sys_signalfd module (cbindgen.toml + mod.rs with cbindgen exports)
|
||||
"P3-signalfd-header.patch",
|
||||
# signalfd implementation (signal/signalfd.rs + signal/mod.rs wiring)
|
||||
@@ -52,6 +54,10 @@ patches = [
|
||||
"P3-timespec-reverse-from.patch",
|
||||
"P10-stack-size-8mb.patch",
|
||||
"P11-getrlimit-getrusage.patch",
|
||||
# Move #include <stdint.h> after size_t/ptrdiff_t typedefs in stddef.h
|
||||
# to prevent recursive include chain (stdint.h → sys/types.h → pthread.h)
|
||||
# from seeing undefined size_t when gnulib wrappers are present
|
||||
"P3-stddef-reorder.patch",
|
||||
]
|
||||
|
||||
[build]
|
||||
|
||||
Reference in New Issue
Block a user