mirror of https://github.com/m-labs/artiq.git
runtime: expose strlen (implicitly required for comparing strings).
Fixes #557.
This commit is contained in:
parent
82fbd3e9c9
commit
b100770e05
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue