diff options
Diffstat (limited to 'src/pkg/syscall/zerrors_darwin_386.go')
-rw-r--r-- | src/pkg/syscall/zerrors_darwin_386.go | 174 |
1 files changed, 87 insertions, 87 deletions
diff --git a/src/pkg/syscall/zerrors_darwin_386.go b/src/pkg/syscall/zerrors_darwin_386.go index f82cc4034..16a24924d 100644 --- a/src/pkg/syscall/zerrors_darwin_386.go +++ b/src/pkg/syscall/zerrors_darwin_386.go @@ -1,7 +1,7 @@ -// mkerrors.sh +// mkerrors.sh -f -m32 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT -// godefs -gsyscall _const.c +// godefs -c gcc -f -m32 -gsyscall -f -m32 _const.c // MACHINE GENERATED - DO NOT EDIT. @@ -576,7 +576,7 @@ const ( WEXITED = 0x4 WNOHANG = 0x1 WNOWAIT = 0x20 - WORDSIZE = 0x40 + WORDSIZE = 0x20 WSTOPPED = 0x7f WUNTRACED = 0x2 ) @@ -586,107 +586,107 @@ const ( // Error table var errors = [...]string{ + 1: "operation not permitted", + 2: "no such file or directory", + 3: "no such process", + 4: "interrupted system call", + 5: "input/output error", + 6: "device not configured", 7: "argument list too long", - 13: "permission denied", - 48: "address already in use", - 49: "can't assign requested address", - 47: "address family not supported by protocol family", - 35: "resource temporarily unavailable", - 37: "operation already in progress", - 80: "authentication error", - 86: "bad CPU type in executable", - 85: "bad executable (or shared library)", + 8: "exec format error", 9: "bad file descriptor", - 88: "malformed Mach-o file", - 94: "bad message", - 72: "RPC struct is bad", - 16: "resource busy", - 89: "operation canceled", 10: "no child processes", - 53: "software caused connection abort", - 61: "connection refused", - 54: "connection reset by peer", 11: "resource deadlock avoided", - 39: "destination address required", - 83: "device error", - 33: "numerical argument out of domain", - 69: "disc quota exceeded", - 17: "file exists", + 12: "cannot allocate memory", + 13: "permission denied", 14: "bad address", - 27: "file too large", - 79: "inappropriate file type or format", - 64: "host is down", - 65: "no route to host", - 90: "identifier removed", - 92: "illegal byte sequence", - 36: "operation now in progress", - 4: "interrupted system call", - 22: "invalid argument", - 5: "input/output error", - 56: "socket is already connected", + 15: "block device required", + 16: "resource busy", + 17: "file exists", + 18: "cross-device link", + 19: "operation not supported by device", + 20: "not a directory", 21: "is a directory", - 103: "policy not found", - 62: "too many levels of symbolic links", + 22: "invalid argument", + 23: "too many open files in system", 24: "too many open files", + 25: "inappropriate ioctl for device", + 26: "text file busy", + 27: "file too large", + 28: "no space left on device", + 29: "illegal seek", + 30: "read-only file system", 31: "too many links", + 32: "broken pipe", + 33: "numerical argument out of domain", + 34: "result too large", + 35: "resource temporarily unavailable", + 36: "operation now in progress", + 37: "operation already in progress", + 38: "socket operation on non-socket", + 39: "destination address required", 40: "message too long", - 95: "EMULTIHOP (Reserved)", - 63: "file name too long", - 81: "need authenticator", + 41: "protocol wrong type for socket", + 42: "protocol not available", + 43: "protocol not supported", + 44: "socket type not supported", + 45: "operation not supported", + 46: "protocol family not supported", + 47: "address family not supported by protocol family", + 48: "address already in use", + 49: "can't assign requested address", 50: "network is down", - 52: "network dropped connection on reset", 51: "network is unreachable", - 23: "too many open files in system", - 93: "attribute not found", + 52: "network dropped connection on reset", + 53: "software caused connection abort", + 54: "connection reset by peer", 55: "no buffer space available", - 96: "no message available on STREAM", - 19: "operation not supported by device", - 2: "no such file or directory", - 8: "exec format error", - 77: "no locks available", - 97: "ENOLINK (Reserved)", - 12: "cannot allocate memory", - 91: "no message of desired type", - 42: "protocol not available", - 28: "no space left on device", - 98: "no STREAM resources", - 99: "not a STREAM", - 78: "function not implemented", - 15: "block device required", + 56: "socket is already connected", 57: "socket is not connected", - 20: "not a directory", + 58: "can't send after socket shutdown", + 59: "too many references: can't splice", + 60: "operation timed out", + 61: "connection refused", + 62: "too many levels of symbolic links", + 63: "file name too long", + 64: "host is down", + 65: "no route to host", 66: "directory not empty", - 38: "socket operation on non-socket", - 45: "operation not supported", - 25: "inappropriate ioctl for device", - 6: "device not configured", - 102: "operation not supported on socket", - 84: "value too large to be stored in data type", - 1: "operation not permitted", - 46: "protocol family not supported", - 32: "broken pipe", 67: "too many processes", - 76: "bad procedure for program", - 75: "program version wrong", - 74: "RPC prog. not avail", - 100: "protocol error", - 43: "protocol not supported", - 41: "protocol wrong type for socket", - 82: "device power is off", - 34: "result too large", + 68: "too many users", + 69: "disc quota exceeded", + 70: "stale NFS file handle", 71: "too many levels of remote in path", - 30: "read-only file system", + 72: "RPC struct is bad", 73: "RPC version wrong", + 74: "RPC prog. not avail", + 75: "program version wrong", + 76: "bad procedure for program", + 77: "no locks available", + 78: "function not implemented", + 79: "inappropriate file type or format", + 80: "authentication error", + 81: "need authenticator", + 82: "device power is off", + 83: "device error", + 84: "value too large to be stored in data type", + 85: "bad executable (or shared library)", + 86: "bad CPU type in executable", 87: "shared library version mismatch", - 58: "can't send after socket shutdown", - 44: "socket type not supported", - 29: "illegal seek", - 3: "no such process", - 70: "stale NFS file handle", + 88: "malformed Mach-o file", + 89: "operation canceled", + 90: "identifier removed", + 91: "no message of desired type", + 92: "illegal byte sequence", + 93: "attribute not found", + 94: "bad message", + 95: "EMULTIHOP (Reserved)", + 96: "no message available on STREAM", + 97: "ENOLINK (Reserved)", + 98: "no STREAM resources", + 99: "not a STREAM", + 100: "protocol error", 101: "STREAM ioctl timeout", - 60: "operation timed out", - 59: "too many references: can't splice", - 26: "text file busy", - 68: "too many users", - 18: "cross-device link", + 102: "operation not supported on socket", + 103: "policy not found", } |