Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
1484 commits behind the upstream repository.
oddcoder's avatar
Ahmed Abd El Mawgood authored
This patch does basically two things:
- First make `global` variable not public, And make it accessable via a
function `get_sym`.
- Isolate the procedure that collect global symbols into single function
that does that and call it `collect_syms`.

The motivation of this patch is the second one where this procedure is
extended, thus it needs a seamless way to access those symbols
04ea2f93
History