use ::PosixErrorNumber;
use ::negativePosixErrorNumber;
use super::E;
pub const E2BIG: PosixErrorNumber = negativePosixErrorNumber(E::E2BIG);
pub const EACCES: PosixErrorNumber = negativePosixErrorNumber(E::EACCES);
pub const EADDRINUSE: PosixErrorNumber = negativePosixErrorNumber(E::EADDRINUSE);
pub const EADDRNOTAVAIL: PosixErrorNumber = negativePosixErrorNumber(E::EADDRNOTAVAIL);
pub const EADV: PosixErrorNumber = negativePosixErrorNumber(E::EADV);
pub const EAFNOSUPPORT: PosixErrorNumber = negativePosixErrorNumber(E::EAFNOSUPPORT);
pub const EAGAIN: PosixErrorNumber = negativePosixErrorNumber(E::EAGAIN);
pub const EALREADY: PosixErrorNumber = negativePosixErrorNumber(E::EALREADY);
pub const EBADE: PosixErrorNumber = negativePosixErrorNumber(E::EBADE);
pub const EBADF: PosixErrorNumber = negativePosixErrorNumber(E::EBADF);
pub const EBADFD: PosixErrorNumber = negativePosixErrorNumber(E::EBADFD);
pub const EBADMSG: PosixErrorNumber = negativePosixErrorNumber(E::EBADMSG);
pub const EBADR: PosixErrorNumber = negativePosixErrorNumber(E::EBADR);
pub const EBADRQC: PosixErrorNumber = negativePosixErrorNumber(E::EBADRQC);
pub const EBADSLT: PosixErrorNumber = negativePosixErrorNumber(E::EBADSLT);
pub const EBFONT: PosixErrorNumber = negativePosixErrorNumber(E::EBFONT);
pub const EBUSY: PosixErrorNumber = negativePosixErrorNumber(E::EBUSY);
pub const ECANCELED: PosixErrorNumber = negativePosixErrorNumber(E::ECANCELED);
pub const ECHILD: PosixErrorNumber = negativePosixErrorNumber(E::ECHILD);
pub const ECHRNG: PosixErrorNumber = negativePosixErrorNumber(E::ECHRNG);
pub const ECOMM: PosixErrorNumber = negativePosixErrorNumber(E::ECOMM);
pub const ECONNABORTED: PosixErrorNumber = negativePosixErrorNumber(E::ECONNABORTED);
pub const ECONNREFUSED: PosixErrorNumber = negativePosixErrorNumber(E::ECONNREFUSED);
pub const ECONNRESET: PosixErrorNumber = negativePosixErrorNumber(E::ECONNRESET);
pub const EDEADLK: PosixErrorNumber = negativePosixErrorNumber(E::EDEADLK);
pub const EDEADLOCK: PosixErrorNumber = negativePosixErrorNumber(E::EDEADLOCK);
pub const EDESTADDRREQ: PosixErrorNumber = negativePosixErrorNumber(E::EDESTADDRREQ);
pub const EDOM: PosixErrorNumber = negativePosixErrorNumber(E::EDOM);
pub const EDQUOT: PosixErrorNumber = negativePosixErrorNumber(E::EDQUOT);
pub const EEXIST: PosixErrorNumber = negativePosixErrorNumber(E::EEXIST);
pub const EFAULT: PosixErrorNumber = negativePosixErrorNumber(E::EFAULT);
pub const EFBIG: PosixErrorNumber = negativePosixErrorNumber(E::EFBIG);
pub const EHOSTDOWN: PosixErrorNumber = negativePosixErrorNumber(E::EHOSTDOWN);
pub const EHOSTUNREACH: PosixErrorNumber = negativePosixErrorNumber(E::EHOSTUNREACH);
pub const EIDRM: PosixErrorNumber = negativePosixErrorNumber(E::EIDRM);
pub const EILSEQ: PosixErrorNumber = negativePosixErrorNumber(E::EILSEQ);
pub const EINPROGRESS: PosixErrorNumber = negativePosixErrorNumber(E::EINPROGRESS);
pub const EINTR: PosixErrorNumber = negativePosixErrorNumber(E::EINTR);
pub const EINVAL: PosixErrorNumber = negativePosixErrorNumber(E::EINVAL);
pub const EIO: PosixErrorNumber = negativePosixErrorNumber(E::EIO);
pub const EISCONN: PosixErrorNumber = negativePosixErrorNumber(E::EISCONN);
pub const EISDIR: PosixErrorNumber = negativePosixErrorNumber(E::EISDIR);
pub const EL2HLT: PosixErrorNumber = negativePosixErrorNumber(E::EL2HLT);
pub const EL2NSYNC: PosixErrorNumber = negativePosixErrorNumber(E::EL2NSYNC);
pub const EL3HLT: PosixErrorNumber = negativePosixErrorNumber(E::EL3HLT);
pub const EL3RST: PosixErrorNumber = negativePosixErrorNumber(E::EL3RST);
pub const ELIBACC: PosixErrorNumber = negativePosixErrorNumber(E::ELIBACC);
pub const ELIBBAD: PosixErrorNumber = negativePosixErrorNumber(E::ELIBBAD);
pub const ELIBEXEC: PosixErrorNumber = negativePosixErrorNumber(E::ELIBEXEC);
pub const ELIBMAX: PosixErrorNumber = negativePosixErrorNumber(E::ELIBMAX);
pub const ELIBSCN: PosixErrorNumber = negativePosixErrorNumber(E::ELIBSCN);
pub const ELNRNG: PosixErrorNumber = negativePosixErrorNumber(E::ELNRNG);
pub const ELOCKUNMAPPED: PosixErrorNumber = negativePosixErrorNumber(E::ELOCKUNMAPPED);
pub const ELOOP: PosixErrorNumber = negativePosixErrorNumber(E::ELOOP);
pub const EMFILE: PosixErrorNumber = negativePosixErrorNumber(E::EMFILE);
pub const EMLINK: PosixErrorNumber = negativePosixErrorNumber(E::EMLINK);
pub const EMSGSIZE: PosixErrorNumber = negativePosixErrorNumber(E::EMSGSIZE);
pub const EMULTIHOP: PosixErrorNumber = negativePosixErrorNumber(E::EMULTIHOP);
pub const ENAMETOOLONG: PosixErrorNumber = negativePosixErrorNumber(E::ENAMETOOLONG);
pub const ENETDOWN: PosixErrorNumber = negativePosixErrorNumber(E::ENETDOWN);
pub const ENETRESET: PosixErrorNumber = negativePosixErrorNumber(E::ENETRESET);
pub const ENETUNREACH: PosixErrorNumber = negativePosixErrorNumber(E::ENETUNREACH);
pub const ENFILE: PosixErrorNumber = negativePosixErrorNumber(E::ENFILE);
pub const ENOANO: PosixErrorNumber = negativePosixErrorNumber(E::ENOANO);
pub const ENOBUFS: PosixErrorNumber = negativePosixErrorNumber(E::ENOBUFS);
pub const ENOCSI: PosixErrorNumber = negativePosixErrorNumber(E::ENOCSI);
pub const ENODATA: PosixErrorNumber = negativePosixErrorNumber(E::ENODATA);
pub const ENODEV: PosixErrorNumber = negativePosixErrorNumber(E::ENODEV);
pub const ENOENT: PosixErrorNumber = negativePosixErrorNumber(E::ENOENT);
pub const ENOEXEC: PosixErrorNumber = negativePosixErrorNumber(E::ENOEXEC);
pub const ENOLCK: PosixErrorNumber = negativePosixErrorNumber(E::ENOLCK);
pub const ENOLINK: PosixErrorNumber = negativePosixErrorNumber(E::ENOLINK);
pub const ENOMEM: PosixErrorNumber = negativePosixErrorNumber(E::ENOMEM);
pub const ENOMSG: PosixErrorNumber = negativePosixErrorNumber(E::ENOMSG);
pub const ENONET: PosixErrorNumber = negativePosixErrorNumber(E::ENONET);
pub const ENOPKG: PosixErrorNumber = negativePosixErrorNumber(E::ENOPKG);
pub const ENOPROTOOPT: PosixErrorNumber = negativePosixErrorNumber(E::ENOPROTOOPT);
pub const ENOSPC: PosixErrorNumber = negativePosixErrorNumber(E::ENOSPC);
pub const ENOSR: PosixErrorNumber = negativePosixErrorNumber(E::ENOSR);
pub const ENOSTR: PosixErrorNumber = negativePosixErrorNumber(E::ENOSTR);
pub const ENOSYS: PosixErrorNumber = negativePosixErrorNumber(E::ENOSYS);
pub const ENOTACTIVE: PosixErrorNumber = negativePosixErrorNumber(E::ENOTACTIVE);
pub const ENOTBLK: PosixErrorNumber = negativePosixErrorNumber(E::ENOTBLK);
pub const ENOTCONN: PosixErrorNumber = negativePosixErrorNumber(E::ENOTCONN);
pub const ENOTDIR: PosixErrorNumber = negativePosixErrorNumber(E::ENOTDIR);
pub const ENOTEMPTY: PosixErrorNumber = negativePosixErrorNumber(E::ENOTEMPTY);
pub const ENOTRECOVERABLE: PosixErrorNumber = negativePosixErrorNumber(E::ENOTRECOVERABLE);
pub const ENOTSOCK: PosixErrorNumber = negativePosixErrorNumber(E::ENOTSOCK);
pub const ENOTSUP: PosixErrorNumber = negativePosixErrorNumber(E::ENOTSUP);
pub const ENOTTY: PosixErrorNumber = negativePosixErrorNumber(E::ENOTTY);
pub const ENOTUNIQ: PosixErrorNumber = negativePosixErrorNumber(E::ENOTUNIQ);
pub const ENXIO: PosixErrorNumber = negativePosixErrorNumber(E::ENXIO);
pub const EOPNOTSUPP: PosixErrorNumber = negativePosixErrorNumber(E::EOPNOTSUPP);
pub const EOVERFLOW: PosixErrorNumber = negativePosixErrorNumber(E::EOVERFLOW);
pub const EOWNERDEAD: PosixErrorNumber = negativePosixErrorNumber(E::EOWNERDEAD);
pub const EPERM: PosixErrorNumber = negativePosixErrorNumber(E::EPERM);
pub const EPFNOSUPPORT: PosixErrorNumber = negativePosixErrorNumber(E::EPFNOSUPPORT);
pub const EPIPE: PosixErrorNumber = negativePosixErrorNumber(E::EPIPE);
pub const EPROTO: PosixErrorNumber = negativePosixErrorNumber(E::EPROTO);
pub const EPROTONOSUPPORT: PosixErrorNumber = negativePosixErrorNumber(E::EPROTONOSUPPORT);
pub const EPROTOTYPE: PosixErrorNumber = negativePosixErrorNumber(E::EPROTOTYPE);
pub const ERANGE: PosixErrorNumber = negativePosixErrorNumber(E::ERANGE);
pub const EREMCHG: PosixErrorNumber = negativePosixErrorNumber(E::EREMCHG);
pub const EREMOTE: PosixErrorNumber = negativePosixErrorNumber(E::EREMOTE);
pub const ERESTART: PosixErrorNumber = negativePosixErrorNumber(E::ERESTART);
pub const EROFS: PosixErrorNumber = negativePosixErrorNumber(E::EROFS);
pub const ESHUTDOWN: PosixErrorNumber = negativePosixErrorNumber(E::ESHUTDOWN);
pub const ESOCKTNOSUPPORT: PosixErrorNumber = negativePosixErrorNumber(E::ESOCKTNOSUPPORT);
pub const ESPIPE: PosixErrorNumber = negativePosixErrorNumber(E::ESPIPE);
pub const ESRCH: PosixErrorNumber = negativePosixErrorNumber(E::ESRCH);
pub const ESRMNT: PosixErrorNumber = negativePosixErrorNumber(E::ESRMNT);
pub const ESTALE: PosixErrorNumber = negativePosixErrorNumber(E::ESTALE);
pub const ESTRPIPE: PosixErrorNumber = negativePosixErrorNumber(E::ESTRPIPE);
pub const ETIME: PosixErrorNumber = negativePosixErrorNumber(E::ETIME);
pub const ETIMEDOUT: PosixErrorNumber = negativePosixErrorNumber(E::ETIMEDOUT);
pub const ETOOMANYREFS: PosixErrorNumber = negativePosixErrorNumber(E::ETOOMANYREFS);
pub const ETXTBSY: PosixErrorNumber = negativePosixErrorNumber(E::ETXTBSY);
pub const EUNATCH: PosixErrorNumber = negativePosixErrorNumber(E::EUNATCH);
pub const EUSERS: PosixErrorNumber = negativePosixErrorNumber(E::EUSERS);
pub const EWOULDBLOCK: PosixErrorNumber = negativePosixErrorNumber(E::EWOULDBLOCK);
pub const EXDEV: PosixErrorNumber = negativePosixErrorNumber(E::EXDEV);
pub const EXFULL: PosixErrorNumber = negativePosixErrorNumber(E::EXFULL);