diff options
Diffstat (limited to 'vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go b/vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go index fb5177b1b..b51156e09 100644 --- a/vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go +++ b/vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go @@ -38,9 +38,9 @@ const ( X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1: X_MACHINE__TYPES_H_ = 0 // _types.h:42:1: X_MMAP_DECLARED = 0 // stdio.h:443:1: - X_Nonnull = 0 // cdefs.h:783:1: - X_Null_unspecified = 0 // cdefs.h:785:1: - X_Nullable = 0 // cdefs.h:784:1: + X_Nonnull = 0 // cdefs.h:790:1: + X_Null_unspecified = 0 // cdefs.h:792:1: + X_Nullable = 0 // cdefs.h:791:1: X_OFF64_T_DECLARED = 0 // stdio.h:71:1: X_OFF_T_DECLARED = 0 // stdio.h:61:1: X_RSIZE_T_DEFINED = 0 // stdio.h:55:1: @@ -53,7 +53,7 @@ const ( X_SYS__TYPES_H_ = 0 // _types.h:32:1: X_TRUNCATE_DECLARED = 0 // stdio.h:447:1: X_VA_LIST_DECLARED = 0 // stdio.h:78:1: - Unix = 1 // <predefined>:337:1: + Unix = 1 // <predefined>:340:1: ) type Ptrdiff_t = int64 /* <builtin>:3:26 */ @@ -326,12 +326,15 @@ type X__float128 = float64 /* <builtin>:47:21 */ // Function should not be analyzed. -// Function or variable should not be sanitized, i.e. by AddressSanitizer. +// Function or variable should not be sanitized, e.g., by AddressSanitizer. // GCC has the nosanitize attribute, but as a function attribute only, and // warns on use as a variable attribute. // Guard variables and structure members by lock. +// Alignment builtins for better type checking and improved code generation. +// Provide fallback versions for other compilers (GCC/Clang < 10): + // - // SPDX-License-Identifier: BSD-2-Clause-FreeBSD // |