mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 02:19:15 +00:00
fix(kernel/syscalls): convert error codes in linux_getdents64 to Linux
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -3141,7 +3141,7 @@ __no_sanitize("undefined") static ssize_t linux_getdents64(SysFrm *,
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return ret;
|
||||
return ConvertErrnoToLinux(ret);
|
||||
}
|
||||
|
||||
static int linux_clock_gettime(SysFrm *, clockid_t clockid, struct timespec *tp)
|
||||
|
Reference in New Issue
Block a user