diff options
Diffstat (limited to 'vendor/modernc.org/libc/sys/socket/socket_darwin_arm64.go')
-rw-r--r-- | vendor/modernc.org/libc/sys/socket/socket_darwin_arm64.go | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/vendor/modernc.org/libc/sys/socket/socket_darwin_arm64.go b/vendor/modernc.org/libc/sys/socket/socket_darwin_arm64.go index 99576d57a..295cd3673 100644 --- a/vendor/modernc.org/libc/sys/socket/socket_darwin_arm64.go +++ b/vendor/modernc.org/libc/sys/socket/socket_darwin_arm64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo sys/socket/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o sys/socket/socket_darwin_arm64.go -pkgname socket', DO NOT EDIT. +// Code generated by 'ccgo sys/socket/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 sys/socket/socket_darwin_arm64.go -pkgname socket', DO NOT EDIT. package socket @@ -3980,7 +3980,7 @@ type Errno_t = int32 /* _errno_t.h:30:32 */ // Evaluate to nothing for compilers that don't support availability. // Swift compiler version -// Allows for project-agnostic “epochs” for frameworks imported into Swift via the Clang importer, like #if _compiler_version for Swift +// Allows for project-agnostic "epochs" for frameworks imported into Swift via the Clang importer, like #if _compiler_version for Swift // Example: // // #if __swift_compiler_version_at_least(800, 2, 20) @@ -4282,7 +4282,7 @@ type Fd_set1 = struct{ Ffds_bits [32]X__int32_t } /* _fd_def.h:50:9 */ // Evaluate to nothing for compilers that don't support availability. // Swift compiler version -// Allows for project-agnostic “epochs” for frameworks imported into Swift via the Clang importer, like #if _compiler_version for Swift +// Allows for project-agnostic "epochs" for frameworks imported into Swift via the Clang importer, like #if _compiler_version for Swift // Example: // // #if __swift_compiler_version_at_least(800, 2, 20) @@ -5663,13 +5663,13 @@ type Sae_connid_t = X__uint32_t /* socket.h:293:20 */ // sockaddr endpoints type Sa_endpoints = struct { Fsae_srcif uint32 - _ [4]byte + F__ccgo_pad1 [4]byte Fsae_srcaddr uintptr Fsae_srcaddrlen Socklen_t - _ [4]byte + F__ccgo_pad2 [4]byte Fsae_dstaddr uintptr Fsae_dstaddrlen Socklen_t - _ [4]byte + F__ccgo_pad3 [4]byte } /* socket.h:303:9 */ // connectx() flag parameters @@ -5743,10 +5743,10 @@ type Sockaddr_storage = struct { type Msghdr = struct { Fmsg_name uintptr Fmsg_namelen Socklen_t - _ [4]byte + F__ccgo_pad1 [4]byte Fmsg_iov uintptr Fmsg_iovlen int32 - _ [4]byte + F__ccgo_pad2 [4]byte Fmsg_control uintptr Fmsg_controllen Socklen_t Fmsg_flags int32 @@ -5778,12 +5778,12 @@ type Cmsghdr = struct { // sendfile(2) header/trailer struct type Sf_hdtr = struct { - Fheaders uintptr - Fhdr_cnt int32 - _ [4]byte - Ftrailers uintptr - Ftrl_cnt int32 - _ [4]byte + Fheaders uintptr + Fhdr_cnt int32 + F__ccgo_pad1 [4]byte + Ftrailers uintptr + Ftrl_cnt int32 + F__ccgo_pad2 [4]byte } /* socket.h:687:1 */ var _ int8 /* gen.c:2:13: */ |