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

видимо в экспорт забыли добавить
This commit is contained in:
2026-01-08 16:53:10 +00:00
committed by Max Logaev
parent c580d4ac5b
commit bc9ebe2262

View File

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