gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

errno_openbsd_amd64.go (5417B)


      1 // Code generated by 'ccgo errno/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o errno/errno_openbsd_amd64.go -pkgname errno', DO NOT EDIT.
      2 
      3 package errno
      4 
      5 import (
      6 	"math"
      7 	"reflect"
      8 	"sync/atomic"
      9 	"unsafe"
     10 )
     11 
     12 var _ = math.Pi
     13 var _ reflect.Kind
     14 var _ atomic.Value
     15 var _ unsafe.Pointer
     16 
     17 const (
     18 	E2BIG              = 7  // errno.h:48:1:
     19 	EACCES             = 13 // errno.h:55:1:
     20 	EADDRINUSE         = 48 // errno.h:103:1:
     21 	EADDRNOTAVAIL      = 49 // errno.h:104:1:
     22 	EAFNOSUPPORT       = 47 // errno.h:102:1:
     23 	EAGAIN             = 35 // errno.h:83:1:
     24 	EALREADY           = 37 // errno.h:86:1:
     25 	EAUTH              = 80 // errno.h:155:1:
     26 	EBADF              = 9  // errno.h:50:1:
     27 	EBADMSG            = 92 // errno.h:170:1:
     28 	EBADRPC            = 72 // errno.h:143:1:
     29 	EBUSY              = 16 // errno.h:60:1:
     30 	ECANCELED          = 88 // errno.h:166:1:
     31 	ECHILD             = 10 // errno.h:51:1:
     32 	ECONNABORTED       = 53 // errno.h:110:1:
     33 	ECONNREFUSED       = 61 // errno.h:120:1:
     34 	ECONNRESET         = 54 // errno.h:111:1:
     35 	EDEADLK            = 11 // errno.h:52:1:
     36 	EDESTADDRREQ       = 39 // errno.h:90:1:
     37 	EDOM               = 33 // errno.h:79:1:
     38 	EDQUOT             = 69 // errno.h:137:1:
     39 	EEXIST             = 17 // errno.h:61:1:
     40 	EFAULT             = 14 // errno.h:56:1:
     41 	EFBIG              = 27 // errno.h:71:1:
     42 	EFTYPE             = 79 // errno.h:154:1:
     43 	EHOSTDOWN          = 64 // errno.h:127:1:
     44 	EHOSTUNREACH       = 65 // errno.h:129:1:
     45 	EIDRM              = 89 // errno.h:167:1:
     46 	EILSEQ             = 84 // errno.h:160:1:
     47 	EINPROGRESS        = 36 // errno.h:85:1:
     48 	EINTR              = 4  // errno.h:45:1:
     49 	EINVAL             = 22 // errno.h:66:1:
     50 	EIO                = 5  // errno.h:46:1:
     51 	EIPSEC             = 82 // errno.h:157:1:
     52 	EISCONN            = 56 // errno.h:113:1:
     53 	EISDIR             = 21 // errno.h:65:1:
     54 	ELAST              = 95 // errno.h:175:1:
     55 	ELOOP              = 62 // errno.h:122:1:
     56 	EMEDIUMTYPE        = 86 // errno.h:163:1:
     57 	EMFILE             = 24 // errno.h:68:1:
     58 	EMLINK             = 31 // errno.h:75:1:
     59 	EMSGSIZE           = 40 // errno.h:91:1:
     60 	ENAMETOOLONG       = 63 // errno.h:123:1:
     61 	ENEEDAUTH          = 81 // errno.h:156:1:
     62 	ENETDOWN           = 50 // errno.h:107:1:
     63 	ENETRESET          = 52 // errno.h:109:1:
     64 	ENETUNREACH        = 51 // errno.h:108:1:
     65 	ENFILE             = 23 // errno.h:67:1:
     66 	ENOATTR            = 83 // errno.h:158:1:
     67 	ENOBUFS            = 55 // errno.h:112:1:
     68 	ENODEV             = 19 // errno.h:63:1:
     69 	ENOENT             = 2  // errno.h:43:1:
     70 	ENOEXEC            = 8  // errno.h:49:1:
     71 	ENOLCK             = 77 // errno.h:150:1:
     72 	ENOMEDIUM          = 85 // errno.h:162:1:
     73 	ENOMEM             = 12 // errno.h:54:1:
     74 	ENOMSG             = 90 // errno.h:168:1:
     75 	ENOPROTOOPT        = 42 // errno.h:93:1:
     76 	ENOSPC             = 28 // errno.h:72:1:
     77 	ENOSYS             = 78 // errno.h:151:1:
     78 	ENOTBLK            = 15 // errno.h:58:1:
     79 	ENOTCONN           = 57 // errno.h:114:1:
     80 	ENOTDIR            = 20 // errno.h:64:1:
     81 	ENOTEMPTY          = 66 // errno.h:130:1:
     82 	ENOTRECOVERABLE    = 93 // errno.h:171:1:
     83 	ENOTSOCK           = 38 // errno.h:89:1:
     84 	ENOTSUP            = 91 // errno.h:169:1:
     85 	ENOTTY             = 25 // errno.h:69:1:
     86 	ENXIO              = 6  // errno.h:47:1:
     87 	EOPNOTSUPP         = 45 // errno.h:98:1:
     88 	EOVERFLOW          = 87 // errno.h:165:1:
     89 	EOWNERDEAD         = 94 // errno.h:172:1:
     90 	EPERM              = 1  // errno.h:42:1:
     91 	EPFNOSUPPORT       = 46 // errno.h:100:1:
     92 	EPIPE              = 32 // errno.h:76:1:
     93 	EPROCLIM           = 67 // errno.h:134:1:
     94 	EPROCUNAVAIL       = 76 // errno.h:147:1:
     95 	EPROGMISMATCH      = 75 // errno.h:146:1:
     96 	EPROGUNAVAIL       = 74 // errno.h:145:1:
     97 	EPROTO             = 95 // errno.h:173:1:
     98 	EPROTONOSUPPORT    = 43 // errno.h:94:1:
     99 	EPROTOTYPE         = 41 // errno.h:92:1:
    100 	ERANGE             = 34 // errno.h:80:1:
    101 	EREMOTE            = 71 // errno.h:142:1:
    102 	EROFS              = 30 // errno.h:74:1:
    103 	ERPCMISMATCH       = 73 // errno.h:144:1:
    104 	ESHUTDOWN          = 58 // errno.h:116:1:
    105 	ESOCKTNOSUPPORT    = 44 // errno.h:96:1:
    106 	ESPIPE             = 29 // errno.h:73:1:
    107 	ESRCH              = 3  // errno.h:44:1:
    108 	ESTALE             = 70 // errno.h:140:1:
    109 	ETIMEDOUT          = 60 // errno.h:119:1:
    110 	ETOOMANYREFS       = 59 // errno.h:117:1:
    111 	ETXTBSY            = 26 // errno.h:70:1:
    112 	EUSERS             = 68 // errno.h:135:1:
    113 	EWOULDBLOCK        = 35 // errno.h:84:1:
    114 	EXDEV              = 18 // errno.h:62:1:
    115 	X_ERRNO_H_         = 0  // errno.h:40:1:
    116 	X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
    117 	X_LP64             = 1  // <predefined>:1:1:
    118 	X_MACHINE_CDEFS_H_ = 0  // cdefs.h:9:1:
    119 	X_RET_PROTECTOR    = 1  // <predefined>:2:1:
    120 	X_SYS_CDEFS_H_     = 0  // cdefs.h:39:1:
    121 	Unix               = 1  // <predefined>:344:1:
    122 )
    123 
    124 type Ptrdiff_t = int64 /* <builtin>:3:26 */
    125 
    126 type Size_t = uint64 /* <builtin>:9:23 */
    127 
    128 type Wchar_t = int32 /* <builtin>:15:24 */
    129 
    130 type X__int128_t = struct {
    131 	Flo int64
    132 	Fhi int64
    133 } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128
    134 type X__uint128_t = struct {
    135 	Flo uint64
    136 	Fhi uint64
    137 } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128
    138 
    139 type X__builtin_va_list = uintptr /* <builtin>:46:14 */
    140 type X__float128 = float64        /* <builtin>:47:21 */
    141 
    142 var _ int8 /* gen.c:2:13: */