Subversion Repositories SvarDOS

Rev

Rev 616 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __SYS_WERRNO_ERR
#define __SYS_WERRNO_ERR

/*
 * THIS FILE WAS GENERATED BY e:/net/watt/util/dj_err.exe. DO NOT EDIT.
 *
 * Watt-32 errnos are after vendor's errnos (1 - 38)
 */

#ifndef __DJGPP__
#error This file is only for use by "__DJGPP__"
#endif

#define ERRNO_VENDOR_VERSION  "2.03"

#define EWOULDBLOCK       39
#define EDOM              1
#define ERANGE            2
#define E2BIG             3
#define EACCES            4
#define EAGAIN            5
#define EBADF             6
#define EBUSY             7
#define ECHILD            8
#define EDEADLK           9
#define EEXIST            10
#define EFAULT            11
#define EFBIG             12
#define EINTR             13
#define EINVAL            14
#define EIO               15
#define EISDIR            16
#define EMFILE            17
#define EMLINK            18
#define ENAMETOOLONG      19
#define ENFILE            20
#define ENODEV            21
#define ENOENT            22
#define ENOEXEC           23
#define ENOLCK            24
#define ENOMEM            25
#define ENOSPC            26
#define ENOSYS            27
#define ENOTDIR           28
#define ENOTEMPTY         29
#define ENOTTY            30
#define ENXIO             31
#define EPERM             32
#define EPIPE             33
#define EROFS             34
#define ESPIPE            35
#define ESRCH             36
#define EXDEV             37
#define ENMFILE           38
#define EINPROGRESS       40
#define EALREADY          41
#define ENOTSOCK          42
#define EDESTADDRREQ      43
#define EMSGSIZE          44
#define EPROTOTYPE        45
#define ENOPROTOOPT       46
#define EPROTONOSUPPORT   47
#define ESOCKTNOSUPPORT   48
#define EOPNOTSUPP        49
#define EPFNOSUPPORT      50
#define EAFNOSUPPORT      51
#define EADDRINUSE        52
#define EADDRNOTAVAIL     53
#define ENETDOWN          54
#define ENETUNREACH       55
#define ENETRESET         56
#define ECONNABORTED      57
#define ECONNRESET        58
#define ENOBUFS           59
#define EISCONN           60
#define ENOTCONN          61
#define ESHUTDOWN         62
#define ETIMEDOUT         63
#define ECONNREFUSED      64
#define EHOSTDOWN         65
#define EHOSTUNREACH      66
#define ESTALE            67
#define EREMOTE           68
#define EBADRPC           69
#define ERPCMISMATCH      70
#define EPROGUNAVAIL      71
#define EPROGMISMATCH     72
#define EPROCUNAVAIL      73
#define EILSEQ            74
#define EINVFNC           75
#define ENOPATH           76
#define ECONTR            77
#define EINVMEM           78
#define EINVENV           79
#define EINVFMT           80
#define EINVACC           81
#define EINVDAT           82
#define EDEADLOCK         83
#define ECURDIR           84
#define ENOTSAM           85
#define ETXTBSY           86
#define ENOTBLK           87
#define EUCLEAN           88
#define ETOOMANYREFS      89
#define ELOOP             90
#define EPROCLIM          91
#define EUSERS            92
#define EDQUOT            93
#define EVDBAD            94
#define ENORMTWD          95
#define EOVERFLOW         96

#endif /* __SYS_WERRNO_ERR */