// MIT License, Copyright (c) 2021 Marvin Borner #include #include #ifdef userspace static u32 error = 0; u32 *__errno(void) { return &error; } #endif