Commit Graph

3 Commits

Author SHA1 Message Date
Red Bear OS 08cf1e6e0a fix: add wchar_t definition to stddef.h (C mode only, C++ has it as keyword)
POSIX requires stddef.h to define wchar_t. Previously it was missing,
which broke inttypes.h (wcstoimax/strtoimax use wchar_t). Fixed by
adding  guarded by  since
C++ has wchar_t as a built-in keyword.
2026-06-29 01:00:35 +03:00
Red Bear OS 047e7c09da Add __fseterr and __freadahead to stdio ext (P3-stdio-fseterr patch) 2026-06-27 09:22:51 +03:00
Red Bear OS 1b3e94a20d Red Bear OS relibc baseline
From release 0.1.0 pre-patched archive.
This includes all Red Bear modifications previously maintained
as patches in local/patches/relibc/.
2026-06-27 09:19:26 +03:00