diff options
Diffstat (limited to 'vendor/modernc.org/libc/time/time_freebsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/time/time_freebsd_amd64.go | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/vendor/modernc.org/libc/time/time_freebsd_amd64.go b/vendor/modernc.org/libc/time/time_freebsd_amd64.go index a58c29f8a..de56597b7 100644 --- a/vendor/modernc.org/libc/time/time_freebsd_amd64.go +++ b/vendor/modernc.org/libc/time/time_freebsd_amd64.go @@ -641,8 +641,8 @@ type X__fixpt_t = X__uint32_t /* _types.h:115:20 */ // fixed point number // mbstate_t is an opaque object to keep conversion state during multibyte // stream conversions. type X__mbstate_t = struct { - _ [0]uint64 - F__mbstate8 [128]int8 + F__ccgo_pad1 [0]uint64 + F__mbstate8 [128]int8 } /* _types.h:124:3 */ type X__rman_res_t = X__uintmax_t /* _types.h:126:25 */ @@ -826,18 +826,18 @@ type Pid_t = X__pid_t /* time.h:95:18 */ // These macros are also in sys/time.h. type Tm = struct { - Ftm_sec int32 - Ftm_min int32 - Ftm_hour int32 - Ftm_mday int32 - Ftm_mon int32 - Ftm_year int32 - Ftm_wday int32 - Ftm_yday int32 - Ftm_isdst int32 - _ [4]byte - Ftm_gmtoff int64 - Ftm_zone uintptr + Ftm_sec int32 + Ftm_min int32 + Ftm_hour int32 + Ftm_mday int32 + Ftm_mon int32 + Ftm_year int32 + Ftm_wday int32 + Ftm_yday int32 + Ftm_isdst int32 + F__ccgo_pad1 [4]byte + Ftm_gmtoff int64 + Ftm_zone uintptr } /* time.h:129:1 */ // - |