Files
KirkOS/user/include/mlibc/tests/rtld/scope4/libfoo.c
T
kaguya 9a9b91c940 user: implement mlibc as the libc, finally.
It's finally done..

Signed-off-by: kaguya <vpshinomiya@protonmail.com>
2026-05-02 03:31:49 -04:00

4 lines
111 B
C

// Foo needs to have a relocation against baz in order to set DT_NEEDED.
void baz(void);
void foo() { baz(); }