Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 615 → Rev 616

/pkgnet/trunk/watt32/inc/sys/lcc.err
0,0 → 1,111
#ifndef __SYS_WERRNO_ERR
#define __SYS_WERRNO_ERR
 
/*
* THIS FILE WAS GENERATED BY ..\util\lcc_err. DO NOT EDIT.
*
* Watt-32 errnos are after vendor's errnos (1 - 42)
*/
 
#ifndef __LCC__
#error This file is only for use by "__LCC__"
#endif
 
#define EWOULDBLOCK 43
#define EDOM 33
#define ERANGE 34
#define E2BIG 7
#define EACCES 13
#define EAGAIN 11
#define EBADF 9
#define EBUSY 16
#define ECHILD 10
#define EDEADLK 45
#define EEXIST 17
#define EFAULT 14
#define EFBIG 27
#define EINTR 4
#define EINVAL 22
#define EIO 5
#define EISDIR 21
#define EMFILE 24
#define EMLINK 31
#define ENAMETOOLONG 91
#define ENFILE 23
#define ENODEV 19
#define ENOENT 2
#define ENOEXEC 8
#define ENOLCK 46
#define ENOMEM 12
#define ENOSPC 28
#define ENOSYS 88
#define ENOTDIR 20
#define ENOTEMPTY 90
#define ENOTTY 25
#define ENXIO 6
#define EPERM 1
#define EPIPE 32
#define EROFS 30
#define ESPIPE 29
#define ESRCH 3
#define EXDEV 18
#define ENMFILE 89
#define EINPROGRESS 44
#define EALREADY 45
#define ENOTSOCK 46
#define EDESTADDRREQ 47
#define EMSGSIZE 48
#define EPROTOTYPE 49
#define ENOPROTOOPT 50
#define EPROTONOSUPPORT 51
#define ESOCKTNOSUPPORT 52
#define EOPNOTSUPP 53
#define EPFNOSUPPORT 54
#define EAFNOSUPPORT 55
#define EADDRINUSE 56
#define EADDRNOTAVAIL 57
#define ENETDOWN 58
#define ENETUNREACH 59
#define ENETRESET 60
#define ECONNABORTED 61
#define ECONNRESET 62
#define ENOBUFS 63
#define EISCONN 64
#define ENOTCONN 65
#define ESHUTDOWN 66
#define ETIMEDOUT 67
#define ECONNREFUSED 68
#define EHOSTDOWN 69
#define EHOSTUNREACH 70
#define ESTALE 71
#define EREMOTE 66
#define EBADRPC 72
#define ERPCMISMATCH 73
#define EPROGUNAVAIL 74
#define EPROGMISMATCH 75
#define EPROCUNAVAIL 76
#define EILSEQ 77
#define EINVFNC 78
#define ENOPATH 79
#define ECONTR 80
#define EINVMEM 81
#define EINVENV 82
#define EINVFMT 83
#define EINVACC 84
#define EINVDAT 85
#define EDEADLOCK 56
#define ECURDIR 86
#define ENOTSAM 87
#define ETXTBSY 26
#define ENOTBLK 15
#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 */