You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
Unify error codes for system calls for later use as errno in libc. When unifying, it is necessary to focus on the POSIX standard. After that, you need to make a list of error codes and add them to the documentation, for example, in kernel/docs/sysfuncr.txt and kernel/docs/sysfuncrstxt
The text was updated successfully, but these errors were encountered:
Brief
Unify error codes for system calls for later use as
errno
in libc. When unifying, it is necessary to focus on the POSIX standard. After that, you need to make a list of error codes and add them to the documentation, for example, inkernel/docs/sysfuncr.txt
andkernel/docs/sysfuncrstxt
The text was updated successfully, but these errors were encountered: