diff options
Diffstat (limited to 'vendor/modernc.org/libc/stdio/stdio_darwin_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/stdio/stdio_darwin_amd64.go | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/vendor/modernc.org/libc/stdio/stdio_darwin_amd64.go b/vendor/modernc.org/libc/stdio/stdio_darwin_amd64.go index 669d201fc..f09862604 100644 --- a/vendor/modernc.org/libc/stdio/stdio_darwin_amd64.go +++ b/vendor/modernc.org/libc/stdio/stdio_darwin_amd64.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_amd64.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_amd64.go -pkgname stdio', DO NOT EDIT. package stdio @@ -99,7 +99,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. // @@ -1014,8 +1014,8 @@ type X__darwin_ct_rune_t = int32 /* _types.h:70:33 */ // ct_rune_t // mbstate_t is an opaque object to keep conversion state, during multibyte // stream conversions. The content must not be referenced by user programs. type X__mbstate_t = struct { - _ [0]uint64 - F__mbstate8 [128]int8 + F__ccgo_pad1 [0]uint64 + F__mbstate8 [128]int8 } /* _types.h:79:3 */ type X__darwin_mbstate_t = X__mbstate_t /* _types.h:81:33 */ // mbstate_t @@ -1762,9 +1762,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. @@ -1792,41 +1792,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. |