added posix error write to errno

This commit is contained in:
georgemoralis 2024-06-30 10:40:06 +03:00
parent 8e01a1b6d8
commit 1413a70a92
3 changed files with 51 additions and 9 deletions

View file

@ -12,6 +12,8 @@ class SymbolsResolver;
namespace Libraries::Kernel {
void err_sce_to_posix(int result);
struct OrbisTimesec {
time_t t;
u32 west_sec;