-
-
Notifications
You must be signed in to change notification settings - Fork 9
sys cerrno
IsaacShelton edited this page Nov 13, 2022
·
5 revisions
sys/cerrno.adept
defines symbols from <errno.h>
.
external thread_local errno int
define EPERM = /* ??? */
define ENOENT = /* ??? */
define ESRCH = /* ??? */
define EINTR = /* ??? */
define EIO = /* ??? */
define ENXIO = /* ??? */
define E2BIG = /* ??? */
define ENOEXEC = /* ??? */
define EBADF = /* ??? */
define ECHILD = /* ??? */
define EDEADLK = /* ??? */
define ENOMEM = /* ??? */
define EACCES = /* ??? */
define EFAULT = /* ??? */
define ENOTBLK = /* ??? */
define EBUSY = /* ??? */
define EEXIST = /* ??? */
define EXDEV = /* ??? */
define ENODEV = /* ??? */
define ENOTDIR = /* ??? */
define EISDIR = /* ??? */
define EINVAL = /* ??? */
define ENFILE = /* ??? */
define EMFILE = /* ??? */
define ENOTTY = /* ??? */
define ETXTBSY = /* ??? */
define EFBIG = /* ??? */
define ENOSPC = /* ??? */
define ESPIPE = /* ??? */
define EROFS = /* ??? */
define EMLINK = /* ??? */
define EPIPE = /* ??? */
define EDOM = /* ??? */
define ERANGE = /* ??? */
define EAGAIN = /* ??? */
define EWOULDBLOCK = /* ??? */
define EINPROGRESS = /* ??? */
define EALREADY = /* ??? */
define ENOTSOCK = /* ??? */
Some error value definitions are omitted from the above. Which error values are defined depends on the platform.