forked from M-Labs/artiq
runtime: expose strlen (implicitly required for comparing strings).
Fixes #557.
This commit is contained in:
parent
ad697d4320
commit
b73d7e402c
|
@ -97,6 +97,7 @@ static const struct symbol runtime_exports[] = {
|
||||||
{"__artiq_raise", &__artiq_raise},
|
{"__artiq_raise", &__artiq_raise},
|
||||||
{"__artiq_reraise", &__artiq_reraise},
|
{"__artiq_reraise", &__artiq_reraise},
|
||||||
{"strcmp", &strcmp},
|
{"strcmp", &strcmp},
|
||||||
|
{"strlen", &strlen},
|
||||||
{"abort", &ksupport_abort},
|
{"abort", &ksupport_abort},
|
||||||
|
|
||||||
/* proxified syscalls */
|
/* proxified syscalls */
|
||||||
|
|
Loading…
Reference in New Issue