diff options
Diffstat (limited to 'vendor/modernc.org/libc/fcntl/fcntl_darwin_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/fcntl/fcntl_darwin_amd64.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vendor/modernc.org/libc/fcntl/fcntl_darwin_amd64.go b/vendor/modernc.org/libc/fcntl/fcntl_darwin_amd64.go index e2d5af3c7..b88e89fae 100644 --- a/vendor/modernc.org/libc/fcntl/fcntl_darwin_amd64.go +++ b/vendor/modernc.org/libc/fcntl/fcntl_darwin_amd64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo fcntl/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o fcntl/fcntl_darwin_amd64.go -pkgname fcntl', DO NOT EDIT. +// Code generated by 'ccgo fcntl/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 fcntl/fcntl_darwin_amd64.go -pkgname fcntl', DO NOT EDIT. package fcntl @@ -774,8 +774,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 @@ -1901,9 +1901,9 @@ type Flocktimeout = struct { // information passed by user to system type Radvisory = struct { - Fra_offset Off_t - Fra_count int32 - _ [4]byte + Fra_offset Off_t + Fra_count int32 + F__ccgo_pad1 [4]byte } /* fcntl.h:371:1 */ //* Information the user passes in to get the codeblobs out of the kernel @@ -2043,7 +2043,7 @@ type Fbootstraptransfer_t = Fbootstraptransfer /* fcntl.h:463:3 */ type Log2phys = struct { Fl2p_flags uint32 - _ [4]byte + F__ccgo_pad1 [4]byte Fl2p_contigbytes Off_t Fl2p_devoffset Off_t } /* fcntl.h:489:1 */ |