runtime: expose strlen (implicitly required for comparing strings).

Fixes #557.
This commit is contained in:
whitequark 2016-09-10 00:13:28 +00:00
parent 82fbd3e9c9
commit b100770e05
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ static const struct symbol runtime_exports[] = {
{"__artiq_raise", &__artiq_raise},
{"__artiq_reraise", &__artiq_reraise},
{"strcmp", &strcmp},
{"strlen", &strlen},
{"abort", &ksupport_abort},
/* proxified syscalls */