Files
RedBear-OS/include/sys
vasilito 599627a926 relibc: ip_mreqn, sched_getcpu, variadic ioctl, sys/vfs.h, sched size_t
Follow-ups so PipeWire's remaining modules compile against real relibc:
- struct ip_mreqn (netinet/in.h): index-based multicast join request, used
  with IP_ADD_MEMBERSHIP + the SIOCGIFINDEX ifr_ifindex.
- sched_getcpu(): honest ENOSYS/-1 (Redox exposes no per-thread current-CPU
  query) rather than a fabricated CPU number.
- ioctl() declared variadic (int, unsigned long, ...) as in POSIX/glibc, so
  ioctl(fd, req, long) no longer trips -Werror=int-conversion; cbindgen's
  fixed void* prototype is excluded in favor of this ABI-compatible one.
- sys/vfs.h: glibc-style thin wrapper re-exporting sys/statfs.h.
- sched.h: pull in stddef.h + usize_is_size_t so the sched_getaffinity
  size_t parameter resolves.

cargo check clean for x86_64-unknown-redox.
2026-08-01 13:03:55 +03:00
..
2019-01-01 07:35:13 -07:00
2024-10-10 15:06:49 -06:00
2023-07-20 16:34:04 +02:00
2024-10-11 06:44:54 +03:00