diff options
Diffstat (limited to 'vendor/modernc.org/libc/pthread/pthread_windows_386.go')
-rw-r--r-- | vendor/modernc.org/libc/pthread/pthread_windows_386.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/modernc.org/libc/pthread/pthread_windows_386.go b/vendor/modernc.org/libc/pthread/pthread_windows_386.go index a162ee963..32f58f57e 100644 --- a/vendor/modernc.org/libc/pthread/pthread_windows_386.go +++ b/vendor/modernc.org/libc/pthread/pthread_windows_386.go @@ -609,8 +609,9 @@ type Threadlocinfo = Threadlocaleinfostruct /* crtdefs.h:468:3 */ // Offset of member MEMBER in a struct of type TYPE. // Type whose alignment is supported in every context and is at least -// as great as that of any standard type not using alignment -// specifiers. +// +// as great as that of any standard type not using alignment +// specifiers. type Max_align_t = struct { F__max_align_ll int64 F__max_align_ld float64 |