Annotation of researchv9/cmd/cfront/CC/errno.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Error codes
                      3:  */
                      4: 
                      5: #define        EPERM   1
                      6: #define        ENOENT  2
                      7: #define        ESRCH   3
                      8: #define        EINTR   4
                      9: #define        EIO     5
                     10: #define        ENXIO   6
                     11: #define        E2BIG   7
                     12: #define        ENOEXEC 8
                     13: #define        EBADF   9
                     14: #define        ECHILD  10
                     15: #define        EAGAIN  11
                     16: #define        ENOMEM  12
                     17: #define        EACCES  13
                     18: #define        EFAULT  14
                     19: #define        ENOTBLK 15
                     20: #define        EBUSY   16
                     21: #define        EEXIST  17
                     22: #define        EXDEV   18
                     23: #define        ENODEV  19
                     24: #define        ENOTDIR 20
                     25: #define        EISDIR  21
                     26: #define        EINVAL  22
                     27: #define        ENFILE  23
                     28: #define        EMFILE  24
                     29: #define        ENOTTY  25
                     30: #define        ETXTBSY 26
                     31: #define        EFBIG   27
                     32: #define        ENOSPC  28
                     33: #define        ESPIPE  29
                     34: #define        EROFS   30
                     35: #define        EMLINK  31
                     36: #define        EPIPE   32
                     37: 
                     38: /* math software */
                     39: #define        EDOM    33
                     40: #define        ERANGE  34
                     41: 
                     42: /* complex */
                     43: #define C_COSH_RE      40
                     44: #define C_COSH_IM      41
                     45: #define C_EXP_RE_POS   42
                     46: #define C_EXP_RE_NEG   43
                     47: #define C_EXP_IM       44
                     48: #define C_LOG_0                45
                     49: #define C_SINH_RE      46
                     50: #define C_SINH_IM      47

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.