summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/libc/errno/errno_darwin_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/libc/errno/errno_darwin_amd64.go')
-rw-r--r--vendor/modernc.org/libc/errno/errno_darwin_amd64.go240
1 files changed, 120 insertions, 120 deletions
diff --git a/vendor/modernc.org/libc/errno/errno_darwin_amd64.go b/vendor/modernc.org/libc/errno/errno_darwin_amd64.go
index 5b6df9d9..6b369d2f 100644
--- a/vendor/modernc.org/libc/errno/errno_darwin_amd64.go
+++ b/vendor/modernc.org/libc/errno/errno_darwin_amd64.go
@@ -1,4 +1,4 @@
-// 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 -o errno/errno_darwin_amd64.go -pkgname errno', DO NOT EDIT.
+// 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_darwin_amd64.go -pkgname errno', DO NOT EDIT.
package errno
@@ -15,125 +15,125 @@ var _ atomic.Value
var _ unsafe.Pointer
const (
- E2BIG = 7
- EACCES = 13
- EADDRINUSE = 48
- EADDRNOTAVAIL = 49
- EAFNOSUPPORT = 47
- EAGAIN = 35
- EALREADY = 37
- EAUTH = 80
- EBADARCH = 86
- EBADEXEC = 85
- EBADF = 9
- EBADMACHO = 88
- EBADMSG = 94
- EBADRPC = 72
- EBUSY = 16
- ECANCELED = 89
- ECHILD = 10
- ECONNABORTED = 53
- ECONNREFUSED = 61
- ECONNRESET = 54
- EDEADLK = 11
- EDESTADDRREQ = 39
- EDEVERR = 83
- EDOM = 33
- EDQUOT = 69
- EEXIST = 17
- EFAULT = 14
- EFBIG = 27
- EFTYPE = 79
- EHOSTDOWN = 64
- EHOSTUNREACH = 65
- EIDRM = 90
- EILSEQ = 92
- EINPROGRESS = 36
- EINTR = 4
- EINVAL = 22
- EIO = 5
- EISCONN = 56
- EISDIR = 21
- ELAST = 106
- ELOOP = 62
- EMFILE = 24
- EMLINK = 31
- EMSGSIZE = 40
- EMULTIHOP = 95
- ENAMETOOLONG = 63
- ENEEDAUTH = 81
- ENETDOWN = 50
- ENETRESET = 52
- ENETUNREACH = 51
- ENFILE = 23
- ENOATTR = 93
- ENOBUFS = 55
- ENODATA = 96
- ENODEV = 19
- ENOENT = 2
- ENOEXEC = 8
- ENOLCK = 77
- ENOLINK = 97
- ENOMEM = 12
- ENOMSG = 91
- ENOPOLICY = 103
- ENOPROTOOPT = 42
- ENOSPC = 28
- ENOSR = 98
- ENOSTR = 99
- ENOSYS = 78
- ENOTBLK = 15
- ENOTCONN = 57
- ENOTDIR = 20
- ENOTEMPTY = 66
- ENOTRECOVERABLE = 104
- ENOTSOCK = 38
- ENOTSUP = 45
- ENOTTY = 25
- ENXIO = 6
- EOPNOTSUPP = 102
- EOVERFLOW = 84
- EOWNERDEAD = 105
- EPERM = 1
- EPFNOSUPPORT = 46
- EPIPE = 32
- EPROCLIM = 67
- EPROCUNAVAIL = 76
- EPROGMISMATCH = 75
- EPROGUNAVAIL = 74
- EPROTO = 100
- EPROTONOSUPPORT = 43
- EPROTOTYPE = 41
- EPWROFF = 82
- EQFULL = 106
- ERANGE = 34
- EREMOTE = 71
- EROFS = 30
- ERPCMISMATCH = 73
- ESHLIBVERS = 87
- ESHUTDOWN = 58
- ESOCKTNOSUPPORT = 44
- ESPIPE = 29
- ESRCH = 3
- ESTALE = 70
- ETIME = 101
- ETIMEDOUT = 60
- ETOOMANYREFS = 59
- ETXTBSY = 26
- EUSERS = 68
- EWOULDBLOCK = 35
- EXDEV = 18
- X_CDEFS_H_ = 0
- X_DARWIN_FEATURE_64_BIT_INODE = 1
- X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1
- X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3
- X_ERRNO_T = 0
- X_FILE_OFFSET_BITS = 64
- X_LP64 = 1
- X_Nonnull = 0
- X_Null_unspecified = 0
- X_Nullable = 0
- X_SYS_ERRNO_H_ = 0
+ E2BIG = 7 // errno.h:94:1:
+ EACCES = 13 // errno.h:101:1:
+ EADDRINUSE = 48 // errno.h:161:1:
+ EADDRNOTAVAIL = 49 // errno.h:162:1:
+ EAFNOSUPPORT = 47 // errno.h:160:1:
+ EAGAIN = 35 // errno.h:129:1:
+ EALREADY = 37 // errno.h:132:1:
+ EAUTH = 80 // errno.h:213:1:
+ EBADARCH = 86 // errno.h:226:1:
+ EBADEXEC = 85 // errno.h:225:1:
+ EBADF = 9 // errno.h:96:1:
+ EBADMACHO = 88 // errno.h:228:1:
+ EBADMSG = 94 // errno.h:240:1:
+ EBADRPC = 72 // errno.h:201:1:
+ EBUSY = 16 // errno.h:106:1:
+ ECANCELED = 89 // errno.h:231:1:
+ ECHILD = 10 // errno.h:97:1:
+ ECONNABORTED = 53 // errno.h:168:1:
+ ECONNREFUSED = 61 // errno.h:178:1:
+ ECONNRESET = 54 // errno.h:169:1:
+ EDEADLK = 11 // errno.h:98:1:
+ EDESTADDRREQ = 39 // errno.h:136:1:
+ EDEVERR = 83 // errno.h:218:1:
+ EDOM = 33 // errno.h:125:1:
+ EDQUOT = 69 // errno.h:195:1:
+ EEXIST = 17 // errno.h:107:1:
+ EFAULT = 14 // errno.h:102:1:
+ EFBIG = 27 // errno.h:117:1:
+ EFTYPE = 79 // errno.h:212:1:
+ EHOSTDOWN = 64 // errno.h:185:1:
+ EHOSTUNREACH = 65 // errno.h:187:1:
+ EIDRM = 90 // errno.h:233:1:
+ EILSEQ = 92 // errno.h:235:1:
+ EINPROGRESS = 36 // errno.h:131:1:
+ EINTR = 4 // errno.h:91:1:
+ EINVAL = 22 // errno.h:112:1:
+ EIO = 5 // errno.h:92:1:
+ EISCONN = 56 // errno.h:171:1:
+ EISDIR = 21 // errno.h:111:1:
+ ELAST = 106 // errno.h:263:1:
+ ELOOP = 62 // errno.h:180:1:
+ EMFILE = 24 // errno.h:114:1:
+ EMLINK = 31 // errno.h:121:1:
+ EMSGSIZE = 40 // errno.h:137:1:
+ EMULTIHOP = 95 // errno.h:241:1:
+ ENAMETOOLONG = 63 // errno.h:181:1:
+ ENEEDAUTH = 81 // errno.h:214:1:
+ ENETDOWN = 50 // errno.h:165:1:
+ ENETRESET = 52 // errno.h:167:1:
+ ENETUNREACH = 51 // errno.h:166:1:
+ ENFILE = 23 // errno.h:113:1:
+ ENOATTR = 93 // errno.h:237:1:
+ ENOBUFS = 55 // errno.h:170:1:
+ ENODATA = 96 // errno.h:242:1:
+ ENODEV = 19 // errno.h:109:1:
+ ENOENT = 2 // errno.h:89:1:
+ ENOEXEC = 8 // errno.h:95:1:
+ ENOLCK = 77 // errno.h:208:1:
+ ENOLINK = 97 // errno.h:243:1:
+ ENOMEM = 12 // errno.h:100:1:
+ ENOMSG = 91 // errno.h:234:1:
+ ENOPOLICY = 103 // errno.h:254:1:
+ ENOPROTOOPT = 42 // errno.h:139:1:
+ ENOSPC = 28 // errno.h:118:1:
+ ENOSR = 98 // errno.h:244:1:
+ ENOSTR = 99 // errno.h:245:1:
+ ENOSYS = 78 // errno.h:209:1:
+ ENOTBLK = 15 // errno.h:104:1:
+ ENOTCONN = 57 // errno.h:172:1:
+ ENOTDIR = 20 // errno.h:110:1:
+ ENOTEMPTY = 66 // errno.h:188:1:
+ ENOTRECOVERABLE = 104 // errno.h:257:1:
+ ENOTSOCK = 38 // errno.h:135:1:
+ ENOTSUP = 45 // errno.h:144:1:
+ ENOTTY = 25 // errno.h:115:1:
+ ENXIO = 6 // errno.h:93:1:
+ EOPNOTSUPP = 102 // errno.h:251:1:
+ EOVERFLOW = 84 // errno.h:221:1:
+ EOWNERDEAD = 105 // errno.h:258:1:
+ EPERM = 1 // errno.h:88:1:
+ EPFNOSUPPORT = 46 // errno.h:158:1:
+ EPIPE = 32 // errno.h:122:1:
+ EPROCLIM = 67 // errno.h:192:1:
+ EPROCUNAVAIL = 76 // errno.h:205:1:
+ EPROGMISMATCH = 75 // errno.h:204:1:
+ EPROGUNAVAIL = 74 // errno.h:203:1:
+ EPROTO = 100 // errno.h:246:1:
+ EPROTONOSUPPORT = 43 // errno.h:140:1:
+ EPROTOTYPE = 41 // errno.h:138:1:
+ EPWROFF = 82 // errno.h:217:1:
+ EQFULL = 106 // errno.h:262:1:
+ ERANGE = 34 // errno.h:126:1:
+ EREMOTE = 71 // errno.h:200:1:
+ EROFS = 30 // errno.h:120:1:
+ ERPCMISMATCH = 73 // errno.h:202:1:
+ ESHLIBVERS = 87 // errno.h:227:1:
+ ESHUTDOWN = 58 // errno.h:174:1:
+ ESOCKTNOSUPPORT = 44 // errno.h:142:1:
+ ESPIPE = 29 // errno.h:119:1:
+ ESRCH = 3 // errno.h:90:1:
+ ESTALE = 70 // errno.h:198:1:
+ ETIME = 101 // errno.h:247:1:
+ ETIMEDOUT = 60 // errno.h:177:1:
+ ETOOMANYREFS = 59 // errno.h:175:1:
+ ETXTBSY = 26 // errno.h:116:1:
+ EUSERS = 68 // errno.h:193:1:
+ EWOULDBLOCK = 35 // errno.h:130:1:
+ EXDEV = 18 // errno.h:108:1:
+ X_CDEFS_H_ = 0 // cdefs.h:68:1:
+ X_DARWIN_FEATURE_64_BIT_INODE = 1 // cdefs.h:745:1:
+ X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1 // cdefs.h:771:1:
+ X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3 // cdefs.h:779:1:
+ X_ERRNO_T = 0 // _errno_t.h:29:1:
+ X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
+ X_LP64 = 1 // <predefined>:1:1:
+ X_Nonnull = 0 // cdefs.h:243:1:
+ X_Null_unspecified = 0 // cdefs.h:246:1:
+ X_Nullable = 0 // cdefs.h:240:1:
+ X_SYS_ERRNO_H_ = 0 // errno.h:70:1:
)
type Ptrdiff_t = int64 /* <builtin>:3:26 */