mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +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:
parent
1a48d05042
commit
1593e3107d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user