mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 13:39:12 -04:00
When I added libsys I failed to update rtld's reuse of object files
from libc to use ones from libsys instead. This would have turned up
as a broken system in
|
||
|---|---|---|
| .. | ||
| libc_private.h | ||
| Makefile.inc | ||
| namespace.h | ||
| rtld_libc.c | ||
| rtld_libc.h | ||
| un-namespace.h | ||