diff options
author | 2021-11-27 15:26:58 +0100 | |
---|---|---|
committer | 2021-11-27 15:26:58 +0100 | |
commit | 182b4eea73881c611a0f519576aa6ad2aa6799c2 (patch) | |
tree | 230fac469690fcee8797b13585e739be148d4789 /vendor/modernc.org/libc/stdio/stdio_darwin_arm64.go | |
parent | Require confirmed email when checking oauth token (#332) (diff) | |
download | gotosocial-182b4eea73881c611a0f519576aa6ad2aa6799c2.tar.xz |
Update dependencies (#333)
Diffstat (limited to 'vendor/modernc.org/libc/stdio/stdio_darwin_arm64.go')
-rw-r--r-- | vendor/modernc.org/libc/stdio/stdio_darwin_arm64.go | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/vendor/modernc.org/libc/stdio/stdio_darwin_arm64.go b/vendor/modernc.org/libc/stdio/stdio_darwin_arm64.go index 640117d0c..f06ef21c3 100644 --- a/vendor/modernc.org/libc/stdio/stdio_darwin_arm64.go +++ b/vendor/modernc.org/libc/stdio/stdio_darwin_arm64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo stdio/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o stdio/stdio_darwin_arm64.go -pkgname stdio', DO NOT EDIT. +// Code generated by 'ccgo stdio/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 stdio/stdio_darwin_arm64.go -pkgname stdio', DO NOT EDIT. package stdio @@ -134,7 +134,7 @@ type X__float128 = float64 /* <builtin>:47:21 */ // This had to be done to correct non-standard usages in the // original, manufacturer supplied header file. -// Copyright (C) 1989-2020 Free Software Foundation, Inc. +// Copyright (C) 1989-2021 Free Software Foundation, Inc. // // This file is part of GCC. // @@ -838,7 +838,7 @@ type X__gnuc_va_list = X__builtin_va_list /* stdarg.h:40:27 */ // 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) @@ -1752,9 +1752,9 @@ type Fpos_t = X__darwin_off_t /* _stdio.h:81:25 */ // stdio buffers type X__sbuf = struct { - F_base uintptr - F_size int32 - _ [4]byte + F_base uintptr + F_size int32 + F__ccgo_pad1 [4]byte } /* _stdio.h:92:1 */ // stdio state variables. @@ -1782,41 +1782,41 @@ type X__sbuf = struct { // // NB: see WARNING above before changing the layout of this structure! type X__sFILE = struct { - F_p uintptr - F_r int32 - F_w int32 - F_flags int16 - F_file int16 - _ [4]byte - F_bf struct { - F_base uintptr - F_size int32 - _ [4]byte + F_p uintptr + F_r int32 + F_w int32 + F_flags int16 + F_file int16 + F__ccgo_pad1 [4]byte + F_bf struct { + F_base uintptr + F_size int32 + F__ccgo_pad1 [4]byte } - F_lbfsize int32 - _ [4]byte - F_cookie uintptr - F_close uintptr - F_read uintptr - F_seek uintptr - F_write uintptr - F_ub struct { - F_base uintptr - F_size int32 - _ [4]byte + F_lbfsize int32 + F__ccgo_pad2 [4]byte + F_cookie uintptr + F_close uintptr + F_read uintptr + F_seek uintptr + F_write uintptr + F_ub struct { + F_base uintptr + F_size int32 + F__ccgo_pad1 [4]byte } F_extra uintptr F_ur int32 F_ubuf [3]uint8 F_nbuf [1]uint8 F_lb struct { - F_base uintptr - F_size int32 - _ [4]byte + F_base uintptr + F_size int32 + F__ccgo_pad1 [4]byte } - F_blksize int32 - _ [4]byte - F_offset Fpos_t + F_blksize int32 + F__ccgo_pad3 [4]byte + F_offset Fpos_t } /* _stdio.h:126:9 */ // stdio state variables. |