Files
RedBear-OS/src
Red Bear OS e47a604197 rb: add cbindgen config for sys_timerfd
sys_timerfd was fully implemented in Rust (timerfd_create,
timerfd_settime, timerfd_gettime, itimerspec support) but lacked
the cbindgen.toml needed to generate the <sys/timerfd.h> C header.
Qt6's QSocketNotifier and many other C programs depend on this header.
Without it, cbindgen skips the directory entirely.

This adds the cbindgen config + trailer with all function prototypes,
matching the pattern used by sys_signalfd.
2026-07-12 19:19:35 +03:00
..
2026-03-04 22:03:31 +07:00
2026-07-08 10:07:15 +01:00
2026-07-08 10:07:15 +01:00
2026-07-05 19:27:57 +07:00
2026-04-30 19:02:35 -05:00
2026-03-02 10:01:05 +00:00
2023-11-04 18:29:38 +00:00
2024-09-26 16:24:01 +02:00
2026-03-29 14:39:43 +07:00
2026-07-06 16:08:59 +07:00
2026-07-08 10:07:15 +01:00
2026-03-14 03:57:26 +00:00
2026-07-06 16:08:59 +07:00
2026-07-02 08:28:38 +01:00