diff options
Diffstat (limited to 'vendor/modernc.org/libc/pthread/pthread_freebsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/pthread/pthread_freebsd_amd64.go | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/vendor/modernc.org/libc/pthread/pthread_freebsd_amd64.go b/vendor/modernc.org/libc/pthread/pthread_freebsd_amd64.go index cb4f7633b..40f19fc52 100644 --- a/vendor/modernc.org/libc/pthread/pthread_freebsd_amd64.go +++ b/vendor/modernc.org/libc/pthread/pthread_freebsd_amd64.go @@ -143,9 +143,9 @@ type X__uint128_t = struct { type X__builtin_va_list = uintptr /* <builtin>:46:14 */ type X__float128 = float64 /* <builtin>:47:21 */ type Pthread_once = struct { - Fstate int32 - _ [4]byte - Fmutex Pthread_mutex_t + Fstate int32 + F__ccgo_pad1 [4]byte + Fmutex Pthread_mutex_t } /* _pthreadtypes.h:52:1 */ // Primitive system data type definitions required by P1003.1c. @@ -752,8 +752,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 */ @@ -1070,18 +1070,18 @@ type Itimerspec = struct { // 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 */ // - |