Compare commits

...

1 Commits

Author SHA1 Message Date
bc9ebe2262 add strpbrk to EXPORTS
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m7s
Build system / Build (pull_request) Successful in 16m18s
видимо в экспорт забыли добавить
2026-01-10 17:06:40 +00:00

View File

@@ -204,6 +204,7 @@ ksys_dll_t EXPORTS[] = {
{ "strstr", &strstr }, { "strstr", &strstr },
{ "strtok", &strtok }, { "strtok", &strtok },
{ "strxfrm", &strxfrm }, { "strxfrm", &strxfrm },
{ "strpbrk", &strpbrk },
{ "__errno", &__errno }, { "__errno", &__errno },
{ "closedir", &closedir }, { "closedir", &closedir },
{ "opendir", &opendir }, { "opendir", &opendir },