Files
RedBear-OS/src
vasilito 1a6d3221b2 relibc: implement error()/error_at_line() as real symbols (not header inlines)
The header-only static-inline error()/error_at_line() collided with gnulib's own
lib/error.c ('redefinition of error', building m4): autotools link-detects a
system error(), skips its replacement, then the inline in <error.h> clashes with
gnulib's definition. Implement them properly in relibc (src/header/error) with
the glibc globals (error_message_count, error_one_per_line, error_print_progname)
and make <error.h> a pure extern declaration. Fixes m4/gnulib and keeps
mesa/libelf (the original <error.h> consumers) working via the real symbol.
2026-08-01 04:30:41 +03:00
..
2026-03-04 22:03:31 +07:00
2026-07-08 10:07:15 +01: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-03-14 03:57:26 +00:00
2026-07-06 16:08:59 +07:00
2026-07-02 08:28:38 +01:00
2026-07-16 08:59:10 +01:00